Git

From SWKLS WIKI
Revision as of 19:43, 26 March 2020 by Unknown user (talk) (Created page with "==Git Command Line== ===Updating Local Master=== <syntaxhighlight lang="bash" line start="1"> git pull origin master </syntaxhighlight> ===Saving / Committing Changes=== <synt...")
(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