diff options
| author | 2015-05-26 13:06:59 +0200 | |
|---|---|---|
| committer | 2015-05-26 13:06:59 +0200 | |
| commit | 6e98199040ec3026035f54b89018151b81b0b6ff (patch) | |
| tree | 7aa6949ef2de503e46aaa6644a81999230e0c3da | |
| parent | 819a160bee68a7553795b36c288bba0d7010e86c (diff) | |
| download | dotfiles-6e98199040ec3026035f54b89018151b81b0b6ff.tar.gz dotfiles-6e98199040ec3026035f54b89018151b81b0b6ff.tar.bz2 dotfiles-6e98199040ec3026035f54b89018151b81b0b6ff.zip | |
Removed push default due to incompatibility on older systems
| -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 | ||
