Skip to content

Commit

Permalink
add stash list alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Pearson committed Jan 20, 2012
1 parent bc69545 commit e545e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitconfig.erb
Expand Up @@ -7,6 +7,7 @@
aa = add --all
l = log --graph --abbrev-commit --date=relative
bro = !git branch -r | grep origin
sl = stash list

[user]
name = <%= print("Your Name: "); STDOUT.flush; STDIN.gets.chomp %>
Expand Down

0 comments on commit e545e96

Please sign in to comment.