mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 20:33:59 +01:00
fish: Add git restore abbreviations
This commit is contained in:
parent
9ec36d2bc4
commit
2fcffe0a67
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user