The safe world of Git stash
On this exercise, we will go through the "hidden" and safe world of using git stash
.
On this exercise, we will go through the "hidden" and safe world of using git stash
.
The greek god Mnemosyne hint me to write this collection of commands that from time to time slips my memory.
When handling dozens of different branches in a Git repo, doing a rebase and all the right commands to make a clean push can be a bit challenging. Here are my notes on how rebase and push it with more confidence.
When handlind hundreds of log files for inspection, knowing how to use grep to parse and find the relevant errors saves a lot of time. I usually use grep for that, and in this note, I've saved some awk notes.