Created
July 22, 2010 13:46
-
-
Save dahlbyk/485983 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias.lg=log -w -C --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
alias.dd=diff -w -C --diff-filter=ACMRTUXB | |
alias.fp=format-patch -w -C --diff-filter=ACMRTUXB -o c:/Dev/JP/Patches | |
alias.new=log -w -C --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative origin/master.. | |
alias.up=!git svn rebase && git push . remotes/git-svn:master && git push origin master | |
alias.dci=!git svn dcommit && git push . remotes/git-svn:master && git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment