alt text

Blog

How to use bash completion for your own git aliases

If you are like me, you will likely work on several different projects on a daily basis – and all of them will be stored in git.

Sure, git is easy to use. But typing the same set of commands multiple times, every day, can be quite annoying. Fortunately, using bash and git together allows to create some user-defined shortcuts.

mehr lesen