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
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