mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Add alias for going back to master
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
autosquash = rebase -i --autosquash
|
autosquash = rebase -i --autosquash
|
||||||
pushf = push --force-with-lease
|
pushf = push --force-with-lease
|
||||||
fixup = commit --fixup=@
|
fixup = commit --fixup=@
|
||||||
|
master = !git fetch && git checkout -B master origin/master
|
||||||
[rebase]
|
[rebase]
|
||||||
autosquash = true
|
autosquash = true
|
||||||
[fetch]
|
[fetch]
|
||||||
|
|||||||
Reference in New Issue
Block a user