git clone https://github.com/user-name/repository-name.git
Command related to remote repository
git push origin master
Command related to remote repository
git add .
Command related to workflow
git commit -m “A message describing what you have done to make this snapshot different”
Command related to workflow
git status
Command related to checking status or log history
git log
Command related to checking status or log history
Git syntax works like this:
program | action | destination