Add an abbreviation for pushing Git tags
All checks were successful
/ check (push) Successful in 1m25s
All checks were successful
/ check (push) Successful in 1m25s
This commit is contained in:
parent
8e8396836d
commit
a50ea1d336
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
gplr = "git pull --rebase";
|
||||
gpo = "git push origin";
|
||||
gpom = "git push origin main";
|
||||
gpt = "git push --tags";
|
||||
gr = "git rebase";
|
||||
gra = "git rebase --abort";
|
||||
grc = "git rebase --continue";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue