-
TIL: All about git -C
All about git from where you are Say you just cloned a git repo and you want to make to make a branch. Normally, you’d have to clone the repo, move into the branch then make the branch. The above workflow would be as follows . All the above is cool and very explicit. However,… — read more