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]
|
[user]
|
||||||
name = Barak Michener
|
name = Barak Michener
|
||||||
email = me@barakmich.com
|
email = me@barakmich.com
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
stat = status
|
stat = status
|
||||||
ci = commit
|
ci = commit
|
||||||
co = checkout
|
co = checkout
|
||||||
w = whatchanged
|
w = whatchanged
|
||||||
stagediff = diff --staged
|
revert = checkout -f
|
||||||
sdiff = diff --staged
|
stagediff = diff --staged
|
||||||
graph = log --graph --oneline
|
sdiff = diff --staged
|
||||||
|
graph = log --graph --oneline
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
renamelimit = 0
|
renamelimit = 0
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
interactive = auto
|
interactive = auto
|
||||||
status = auto
|
status = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue