Tuesday, March 3, 2015

My simple git cheatsheet

Of course there are many of these out there but I just needed the simplest one so here it is:

got to the directory and do this:

git add --all .
git stage .
git commit
[add message and click control x, yes and enter]
git push
[enter your password]

done.

Hope this helped, let me know if there's anything wrong, different, etc in the comments below.
Using ubuntu 14.04 with git installed.

No comments: