fish: Add git pull abbreviation

This commit is contained in:
Donovan Glover 2023-08-06 16:49:41 -04:00
parent b0adf48673
commit f2953fa6da
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";