Basic Git commands to push and pull

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)

Tags:

Comments are closed

Latest Comments