Git

From Psygen Wiki
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