Git

From SWKLS WIKI
Jump to navigation Jump to search

Git Command Line

Updating Local Master

git pull origin master

Saving / Committing Changes

git commit -m "commit notes"
git push origin master

List Remote Destination

git remote -v