mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-12 04:36:37 +02:00
fish: Add git pull abbreviation
This commit is contained in:
parent
b0adf48673
commit
f2953fa6da
@ -56,6 +56,7 @@
|
|||||||
gl = "git log --oneline --decorate --graph -n 10";
|
gl = "git log --oneline --decorate --graph -n 10";
|
||||||
gm = "git merge";
|
gm = "git merge";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
gpu = "git pull";
|
||||||
gr = "git reset HEAD~";
|
gr = "git reset HEAD~";
|
||||||
gR = "git restore";
|
gR = "git restore";
|
||||||
gRs = "git restore --staged";
|
gRs = "git restore --staged";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user