git config update from workstation

This commit is contained in:
Alexandre Dulaunoy 2011-04-25 09:55:01 +02:00
parent 1dca157e29
commit 9adbdacd06
2 changed files with 7 additions and 0 deletions

View file

@ -15,3 +15,6 @@
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
graphviz = "!f() { echo 'digraph git {' ; git log --pretty='format: %h -> { %p }' \"$@\" | sed 's/[0-9a-f][0-9a-f]*/\"&\"/g' ; echo '}'; }; f"
r = remote -v show
w = whatchanged
# from progit.org
searchcommits = "!f() { query=\"$1\"; shift; git whatchanged -S\"$query\" \"$@\"; }; f \"$@\""

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*~
*.swp
.~lock.*#
.backup/