makeRIC

Create Something New

GIT Commands

Fri, 2012-04-06 09:32 -- scimonx

 

git status

git add . (Add everything in the dir)

git commit -m "Updated..."  (Comitts the code, adds a msg)

git push origin master

Topic Tags: