diff options
| author | 2015-05-26 10:54:10 +0000 | |
|---|---|---|
| committer | 2015-05-26 10:54:10 +0000 | |
| commit | 819a160bee68a7553795b36c288bba0d7010e86c (patch) | |
| tree | d64a1544b16451e1ed7cad5185bdee34aeba6cd1 | |
| parent | 9712ba54d3d48b2a156ab35cc37009a88f3789a4 (diff) | |
| download | dotfiles-819a160bee68a7553795b36c288bba0d7010e86c.tar.gz dotfiles-819a160bee68a7553795b36c288bba0d7010e86c.tar.bz2 dotfiles-819a160bee68a7553795b36c288bba0d7010e86c.zip | |
Added more aliasses to git config
| -rw-r--r-- | git/.gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 7de1f83..422d65e 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -2,3 +2,7 @@ | |||
| 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 --oneline --decorate --all |
| 5 | sup = "!f() { git branch --set-upstream-to=$@; }; f" | ||
| 6 | ca = commit -am | ||
| 7 | [push] | ||
| 8 | default = simple | ||
