So You Think You Know Git
category: today Tags: development, git, blogging
I learn a lot about GIT after watching this Youtube video.
Showed a lot of commands (or sub-command) related to GIT, many command i didn’t know it existed before (yup never tried to use some of the commands before), like git push --force-with-lease
, huge help!
category: today Tags: development, git, blogging