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 = {
|
shellAbbrs = {
|
||||||
htop = "btop";
|
htop = "btop";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
gpf = "git push --force";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
|
|
Loading…
Reference in a new issue