Actions

Revision history of "Git Notes"

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.

  • curprev 21:34, 16 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..."