Hey 👋,
I think we need a strategy for how we keep the aliases here up to date with the git internals and best practices. An example it the new git switch and git restore which separates the two different common use cases of git checkout.
See:
The obvious alias for git switch would be Gs but that is already taken by git stash.
Hey 👋,
I think we need a strategy for how we keep the aliases here up to date with the git internals and best practices. An example it the new
git switchandgit restorewhich separates the two different common use cases ofgit checkout.See:
The obvious alias for
git switchwould beGsbut that is already taken bygit stash.