fish: Add git restore abbreviations

This commit is contained in:
Donovan Glover 2023-06-06 10:03:09 -04:00
parent 9ec36d2bc4
commit 2fcffe0a67
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -31,6 +31,8 @@
gm = "git merge";
gp = "git push"; # Push your commits to a remote server
gr = "git reset HEAD~"; # Undo the last commit but keep changed files
gR = "git restore";
gRs = "git restore --staged";
gra = "git remote add";
gre = "git remote --verbose"; # List all remotes
grh = "git reset HEAD";