Actions

Git Notes: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 July 2012

  • curprev 04:3404:34, 17 July 2012Haxwithaxe talk contribs 532 bytes +532 Created page with "==Git Config== ===Git Alias=== To use add to ~/.gitconfig under "[alias]" *list all untracked files that aren't in .gitignore <pre> ls-untracked = "!git ls-files --other --exclud..."