diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 1b345f4..3b22d84 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [user] | 1 | [user] |
| 2 | name = Tom van der Lee | 2 | name = Tom van der Lee |
| 3 | [alias] | 3 | [alias] |
| 4 | glog = log --graph --oneline --decorate --all | 4 | glog = log --graph --decorate --all --pretty=format:%C(yellow)%h%C(bold\\ red)%d%C(reset)\\ %s%n%C(green)%ar\\ %C(reset)by\\ %C(bold\\ blue)%an%n |
| 5 | sup = "!f() { git branch --set-upstream-to=$@; }; f" | 5 | sup = "!f() { git branch --set-upstream-to=$@; }; f" |
| 6 | ca = commit -am | 6 | ca = commit -am |
| 7 | st = status -s | 7 | st = status -s |
