algo-c 깃 사용법 깃 내용 클라우드로 올리기 git add 파일이름 -> git add algo_1.cpp git commit -m "커밋메세지 적고싶은것" git push origin develop 깃 내용 받기 git pull origin develop