// Staging & Cancel
git add * ==> staging 하기
git reset HEAD [file] ==> git add 취소
// Branch
git branch ==> branch 목록 보기
git branch “new name” ==> 생성
git checkout “new name” ==> branch 전환
// Commit & Cancel
git commit -m “initial” ==> commit 하기
git commit —amend ==> commit message 변경
git reset HEAD^ ==> commit 취소
'오픈소스' 카테고리의 다른 글
무료 오픈소스 PDF 파일 합치기, 나누기 SW - pdfsam (0) | 2023.04.08 |
---|---|
이미지 배경 날리기 (무료 웹서비스 vs 오픈소스) (0) | 2022.11.12 |
OpenSUSE Linux - Tumbleweed (0) | 2022.11.11 |
[찍먹분투기] 파이썬으로 초상화 기반 Word Cloud 만들기 (0) | 2022.11.07 |
슬랙의 대체제 Mattermost를 라즈베리파이에 설치하기 (0) | 2022.11.06 |