User:Cyrusty/Setting up git

From Organic Design wiki
< User:Cyrusty
Revision as of 06:57, 9 March 2019 by Cyrusty (talk | contribs) (Created page with "git add . # add all files for committing git commit -am "COMMIT MESSAGE" # commit the changes locally git push origin master # push changes to the server")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

git add . # add all files for committing

git commit -am "COMMIT MESSAGE" # commit the changes locally

git push origin master # push changes to the server