von Johannes Kastl | Jul 29, 2020 | howto
In a previous blogpost we learned how to use git and bash aliases and also use bash completion. Another nifty feature is showing some git information in your bash prompt. This blogpost will show you how. What the prompt? Usually, you won’t even notice your prompt, as...
von Johannes Kastl | Jul 22, 2020 | howto
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...