Add root alias to show the top level git directory
This commit is contained in:
parent
561ea3bc1a
commit
1f87dfa8a5
2
config
2
config
@ -1,6 +1,8 @@
|
||||
# vim: ft=gitconfig
|
||||
|
||||
[alias]
|
||||
root = rev-parse --show-toplevel
|
||||
|
||||
abandon = !git reset --hard HEAD && git clean -d -f
|
||||
unstage = reset -q HEAD --
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user