[Git] checkout

기본명령어


- checkout

>> git checkout <remote_url>


- file add

>> git add * 

>> git add test.java // 특정파일만 등록할 때


- commit

>> git commit -m "commit message"


- push

>> git push origin master