Important Git commands to remember
–help is your friend after git + <your_command> Step 1: Check your branch git branch Step 1a: If you need to create a branch git branch dev Step 1b: If you need to delete a branch git branch -d dev Others to keep in mind git branch -D dev git branch -m dev2 git branch… Read More »