Frequently used git commands for Developers

 Daily used Git commands

Git Command Description
git cloneIt will clone the remote repository into your local file system. Know more
git statuscheck the status of branch and files in our git directory.Know more
git branchdescription Know more
git fetchdescription Know more
git checkoutcheckout remote feature branch into local directory. Know more
git adddescription Know more
git commitdescription Know more
git pushdescription Know more
git pulldescription Know more
git mergedescription Know more

 Git troubleshooting commands

Git Command Description
git checkoutGit command to revert uncommitted changes. Know more
git restoreUnstage, Staged git files. Know more
git cleanRemove all untracked files. Know more
git commitEdit /modify commit message, Know more
Labels:
Git
Join the conversation