1
0
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:
2021-11-17 16:22:40 +01:00
parent 2b1351fbfe
commit 6d7c9f504f

View File

@@ -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]