Fix up gitconfig, add alias for revert
This commit is contained in:
parent
6d60f39fb8
commit
db1a5a341b
1 changed files with 17 additions and 16 deletions
33
.gitconfig
33
.gitconfig
|
|
@ -1,25 +1,26 @@
|
|||
[user]
|
||||
name = Barak Michener
|
||||
email = me@barakmich.com
|
||||
name = Barak Michener
|
||||
email = me@barakmich.com
|
||||
|
||||
[alias]
|
||||
st = status
|
||||
stat = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
w = whatchanged
|
||||
stagediff = diff --staged
|
||||
sdiff = diff --staged
|
||||
graph = log --graph --oneline
|
||||
st = status
|
||||
stat = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
w = whatchanged
|
||||
revert = checkout -f
|
||||
stagediff = diff --staged
|
||||
sdiff = diff --staged
|
||||
graph = log --graph --oneline
|
||||
|
||||
[diff]
|
||||
renamelimit = 0
|
||||
renamelimit = 0
|
||||
|
||||
[color]
|
||||
diff = auto
|
||||
interactive = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
diff = auto
|
||||
interactive = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
|
||||
[core]
|
||||
autocrlf = input
|
||||
autocrlf = input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue