Deleting a branch with Git
๐ป๐ช Spanish
1.- In this example, we are inside stable branch because we are going to delete staging branch. You should be inside a branch different that the branch you are going to delete. Use git checkout <branch's_name> command to move you between...
crisprogramming.hashnode.dev1 min read