New git aliases
This commit is contained in:
parent
f6bd74b0f2
commit
6a31442317
2 changed files with 6 additions and 1 deletions
|
|
@ -15,7 +15,13 @@
|
|||
st = status
|
||||
br = branch
|
||||
graph = log --graph --oneline --branches --all
|
||||
st=status -sb
|
||||
unstage=reset HEAD
|
||||
uncommit=reset --soft HEAD^
|
||||
wdiff=diff --word-diff
|
||||
[core]
|
||||
editor = emacs -nw
|
||||
excludesfile = ~/.gitignore
|
||||
autocrlf = input
|
||||
[push]
|
||||
default = simple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue