Created
January 11, 2011 16:48
-
-
Save jpcaruana/774692 to your computer and use it in GitHub Desktop.
ma conf de git
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
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
interactive = auto | |
[user] | |
name = Jean-Philippe CARUANA | |
email = [email protected] | |
[alias] | |
last = cat-file commit HEAD | |
cm = commit -am\"[refactor] code mort\" | |
duplication = commit -am\"[refactor] code mort : duplication\" | |
format = commit -am\"[refactor] format\" | |
st = status --short | |
co = checkout | |
br = branch -a --verbose | |
rb = rebase | |
rbi = rebase --interactive | |
pretty-log = log --oneline --date-order --graph --all --decorate | |
topo-log = log --oneline --graph --all --decorate | |
lp = log -p | |
spull = !git-svn fetch && git-svn rebase | |
spush = !git-svn dcommit | |
master-push = push origin master | |
master-pull = pull origin master | |
k = !gitk | |
update-remote = !git fetch upstream && git merge upstream/trunk | |
oops = commit --amend --all -C HEAD | |
unstage = reset HEAD | |
uncommit = reset --soft HEAD^ | |
[core] | |
editor = vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment