mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-01 01:47:25 +02:00
minimal: Add missing git alias
This commit is contained in:
parent
b984ba4cf1
commit
a56a63cddd
1 changed files with 1 additions and 0 deletions
|
|
@ -362,6 +362,7 @@
|
|||
gss = "git status -s";
|
||||
glo = "git log --oneline";
|
||||
gp = "git push";
|
||||
gl = "git pull";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue