1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

More git aliases

This commit is contained in:
RGBCube 2024-03-20 15:41:44 +03:00
parent c4c811fae7
commit 637958d9c5
No known key found for this signature in database

View file

@ -44,6 +44,11 @@
grl = "git reflog"; grl = "git reflog";
grm = "git remote";
grma = "git remote add";
grmv = "git remote --verbose";
grmsu = "git remote set-url";
grs = "git reset"; grs = "git reset";
grsh = "git reset --hard"; grsh = "git reset --hard";