git branch 생성, 전환, push, merge, 삭제
git branch 간단한 tutorial입니다. 1.branch 생성 git branch sub1 # sub1 branch 생성 2.branch 변경 - checkout git checkout sub1 # 현재 branch 변경, sub1 branch * branch 생성 및 변경 한번에 하기 git checkout -b sub1 # sub1 branch 생성 및 현재 branch로 변경 3.push touch testfile.txt # 파일 생성 git add testfile.txt # indexing git commit -m "create testfile" # commit git push origin sub1 # push, remote repository에 sub1 branch 생성 git bran..
Git
2022. 7. 15. 17:16
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 1종 적성검사 국가건강검진
- rest api 조회 생성 수정 삭제
- postgresql 트리거
- vue 컴포넌트 자동 import
- epel repo
- 외래키 생성
- vue 전역 컴포넌트 설정
- rest api 단건 다건
- 외래키 삭제
- postgresql 외래키
- Oracle Database 19c install
- 1종 적성검사 신체검사
- express crud
- postgresql trigger
- postgresql on update current_timestamp
- component auto import
- 강서 운전면허 시험장
- Oracle Database 19C 설치
- oracle 19c 설치
- unplugin-auto-import
- epel/x86_64
- mariadb 외래키 조회
- 1종 적성검사
- 오블완
- 1종 적성검사 과태료
- postgresql 수정시간 자동 갱신
- 외래키 인덱스 생성 구문 쿼리
- 스파르타 코딩클럽
- 티스토리챌린지
- rest api crud
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함