scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Add aliases for git switch `gsw` / git restore `grt` #304

Closed yhpark closed 3 years ago

yhpark commented 3 years ago

Add aliases for new commands: git switch and git restore. I first thought of gr or grs for git restore, but both were already used by other commands, thus grt.

Resolves https://github.com/scmbreeze/scm_breeze/issues/295

ghthor commented 3 years ago

Thanks!