GIT Get link Facebook X Pinterest Email Other Apps December 25, 2024 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
INIT command December 26, 2024 INIT COMMAND - USED TO CREATE A NEW GIT REPO COMMAND-git init Read more
Comments
Post a Comment