Interesting list of aliases you have - some are similar and some quite different than mine. I tried so stick with a two-character rule though.
you could try to use capitalisation to further shorten the necessary keystrokes a bit.
For example i use ga for git add <file> and gA for git add --all.
Interesting list of aliases you have - some are similar and some quite different than mine. I tried so stick with a two-character rule though.
you could try to use capitalisation to further shorten the necessary keystrokes a bit.
For example i use
gaforgit add <file>andgAforgit add --all.Nice, I like that