mirror of
https://github.com/zoriya/flake.git
synced 2026-06-03 10:57:13 +00:00
Add gur alias
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
gs = "git status";
|
||||
gl = "git log";
|
||||
gu = "git pull";
|
||||
gur = "git pull --rebase";
|
||||
gswm = "git switch $(git master)";
|
||||
grbm = "git rebase origin/$(git master)";
|
||||
grhhm = "grhh origin/$(git master)";
|
||||
|
||||
Reference in New Issue
Block a user