diff options
| author | 2015-05-27 15:46:59 +0200 | |
|---|---|---|
| committer | 2015-05-27 15:46:59 +0200 | |
| commit | c0d9f47e3cfa326458a37f0246eb304a3d176f49 (patch) | |
| tree | 430745a586c5212e0e0bfe49da5109fcd8190100 /git/.gitconfig | |
| parent | 6e98199040ec3026035f54b89018151b81b0b6ff (diff) | |
| download | dotfiles-c0d9f47e3cfa326458a37f0246eb304a3d176f49.tar.gz dotfiles-c0d9f47e3cfa326458a37f0246eb304a3d176f49.tar.bz2 dotfiles-c0d9f47e3cfa326458a37f0246eb304a3d176f49.zip | |
Added lesser git-status
Diffstat (limited to 'git/.gitconfig')
| -rw-r--r-- | git/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 5eccc55..a651ead 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -4,3 +4,4 @@ | |||
| 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 | st = status -s | ||
