mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-09 06:19:35 +01: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";
|
||||
gm = "git merge";
|
||||
gp = "git push";
|
||||
gpu = "git pull";
|
||||
gr = "git reset HEAD~";
|
||||
gR = "git restore";
|
||||
gRs = "git restore --staged";
|
||||
|
Loading…
Reference in New Issue
Block a user