2012. 9. 7. 11:02 프로그래밍/개발
# cd /home/git# mkdir test# cd test# git init# git add .# git status# git commit -a -m "First Commit"