Cleaning gitconfig
This commit is contained in:
parent
2dd35db943
commit
7c76c23928
1 changed files with 6 additions and 8 deletions
14
.gitconfig
14
.gitconfig
|
|
@ -9,17 +9,15 @@
|
||||||
a = add
|
a = add
|
||||||
c = commit -a
|
c = commit -a
|
||||||
k = checkout
|
k = checkout
|
||||||
|
br = branch
|
||||||
ci = commit
|
ci = commit
|
||||||
ca = commit --amend
|
ca = commit --amend
|
||||||
co = checkout
|
st = status -sb
|
||||||
st = status
|
|
||||||
br = branch
|
|
||||||
graph = log --graph --oneline --branches --all --decorate
|
graph = log --graph --oneline --branches --all --decorate
|
||||||
st=status -sb
|
unstage = reset HEAD
|
||||||
unstage=reset HEAD
|
uncommit = reset --soft HEAD^
|
||||||
uncommit=reset --soft HEAD^
|
wdiff = diff --word-diff
|
||||||
wdiff=diff --word-diff
|
lastdiff = diff HEAD^ HEAD
|
||||||
lastdiff=diff HEAD^ HEAD
|
|
||||||
[core]
|
[core]
|
||||||
editor = emacs -nw
|
editor = emacs -nw
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue