반응형
만든 파일을 수정할 때:
gedit <HelloWorld.py>
현재 stage상태 확인(add되어있나, commit했나, push했나 여부 확인용)
git status
git add할 때(stage에 올린다.)
git add <HelloWorld.py>
git commit할 때(commit할 때는 comment를 달아서 올린다.)
git commit -m "<comment>" <HelloWorld.py>
반응형
'Git, Version control > Github' 카테고리의 다른 글
[github] pull 명령어 사용하기 (0) | 2020.09.03 |
---|---|
[github] git remote 설명, repository 생성 후 원격 저장소에 올리기 (0) | 2020.09.03 |
[github] branch 관리하기 (0) | 2020.09.03 |
[github] repository생성 (0) | 2020.09.03 |
[github] 특정 branch로 push하기 (0) | 2020.09.03 |