mirror of
https://github.com/adulau/dotfiles.git
synced 2024-12-22 00:36:04 +00:00
git config update from workstation
This commit is contained in:
parent
1dca157e29
commit
9adbdacd06
2 changed files with 7 additions and 0 deletions
|
@ -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
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
*~
|
||||
*.swp
|
||||
.~lock.*#
|
||||
.backup/
|
Loading…
Reference in a new issue