Add shell abbreviation for git push --force
This commit is contained in:
parent
c248f8b3c5
commit
fbf713321c
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@
|
|||
shellAbbrs = {
|
||||
htop = "btop";
|
||||
gp = "git push";
|
||||
gpf = "git push --force";
|
||||
gco = "git checkout";
|
||||
gd = "git diff";
|
||||
gc = "git commit";
|
||||
|
|
Loading…
Reference in a new issue