Joined June 2012
·
Posted to
git command aliases
over 1 year
ago
@dallas: if you haven't seen it already, you should check out scm breeze. It has aliases already defined, but the really nice thing is the index numbers on the changed files.
$gs
[1] file1.txt
[2] file2.txt
Which allows you to do git add files like so:
ga 1-2
Achievements
439 Karma
44,127 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Awesome, glad it helped out!