To check what has been modified, changed or added
# git status
Pull files down from repo
# git pull
To push file to repo
# git push origin master
Add new files
# git add
Delete files
# git rm -rf (path to folder)
To check what has been modified, changed or added
# git status
Pull files down from repo
# git pull
To push file to repo
# git push origin master
Add new files
# git add
Delete files
# git rm -rf (path to folder)
CATEGORIES:
Tags:
Comments are closed