Git

From Psygen Wiki
Revision as of 04:39, 20 February 2019 by Admin (talk | contribs) (Created page with " ==Add current changes to the next commit== <code>git add .</code> == Commit changes== <code>git commit</code> == Push changes to the server== <code>git push</code>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Add current changes to the next commit

git add .


Commit changes

git commit

Push changes to the server

git push