/ Published in: Bash
URL: http://gist.github.com/121087
To set these aliases globally, put this in ~/.gitconfig. Or just put it in the local .gitconfig of a repo to try the settings locally.
Expand |
Embed | Plain Text
[alias] ci = commit pu = push origin master st = status undo = reset --soft HEAD^ up = pull origin master
You need to login to post a comment.
