Git: Difference between revisions

From Psygen Wiki
Jump to navigation Jump to search
(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>")
 
(No difference)

Latest revision as of 04:39, 20 February 2019


Add current changes to the next commit

git add .


Commit changes

git commit

Push changes to the server

git push