Git

From SWKLS WIKI
Revision as of 19:55, 26 March 2020 by Unknown user (talk) (→‎Updating Local Master)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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