git commands

Some important git commands. git  initgit  add name-of-filegit add -aGit commit stores the changes made to the file in the local repositorygit commit -m “message” git status git config –global user.name “Arunlal”git config –global user.email emailaddress@gmail.com git branchgit branch newbranchgit checkout…