How to Read Git Documentation
I used to find it super hard to read git syntax. I didnβt know what what --, <>, [], ..., |, (), etc meant. Turns out, itβs a whole lot easier than you think. The synopsis contains a list of most likely forms youβd try. But sometimes the synopsis is just one big long synopsis where all the options are thrown in at once. This can make it hard to understand the different ways of using the options and commands....