diff options
| -rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 422d65e..5eccc55 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -4,5 +4,3 @@ | |||
| 4 | glog = log --graph --oneline --decorate --all | 4 | glog = log --graph --oneline --decorate --all |
| 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 | [push] | ||
| 8 | default = simple | ||
