기본명령어
- checkout
>> git checkout <remote_url>
- file add
>> git add *
>> git add test.java // 특정파일만 등록할 때
- commit
>> git commit -m "commit message"
- push
>> git push origin master
'Programming > Git' 카테고리의 다른 글
git remote branch 일괄삭제 (0) | 2020.12.07 |
---|---|
[Git] merge 실수로 데이터 날라갔을때.. / git reflog (0) | 2019.03.14 |
[Git] 기존 프로젝트 repository에 올리기 (0) | 2017.01.10 |
[git] git pull 에러 (0) | 2016.11.10 |
.gitignore 적용 안될 때 (0) | 2016.10.18 |