Posts

Showing posts from June, 2013

git command note

[Q]remove files from github repository [A]  >git rm FILENAME  >git commit -m "REMOVE COMMENT"  >git push [R] stackoverflow