Monday, 21 August 2017

84.git comments

git status          -to check the status of changed files
git add filepath    -inorder to add file to git
git rm              -inorder to remove file from git
git commit -m ""    -this command prepares added files to be pushed
git pull origin ....
git push origin ....
git diff            - Show changes between commits

No comments:

Post a Comment