INIT command Get link Facebook X Pinterest Email Other Apps December 26, 2024 INIT COMMAND - USED TO CREATE A NEW GIT REPOCOMMAND-git init Get link Facebook X Pinterest Email Other Apps Comments
Branch Commands December 26, 2024 BRANCH COMMANDS git branch - to check branch git branch -M main (to rename branch) git checkout branch name (to navigate) git checkout -b new branch name(to create a new branch) git branch -d branch name(to delete ) Read more
Comments
Post a Comment