Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- StringBuilder
- AOP
- DI
- 생성자 주입
- hashcode
- 테스트 코드
- static
- MSA
- SQL
- 바이너리 카운팅
- docker
- stream
- DDL
- 필드 주입
- 열 속성
- Test
- cache
- 조합
- jpa
- select_type
- equals
- VUE
- jwt
- lambda
- redis
- 인덱스
- java
- 재정의
- KEVISS
- Spring
Archives
- Today
- Total
백엔드 개발자 블로그
Git 실습 본문
https://learngitbranching.js.org/?locale=ko
Learn Git Branching
An interactive Git visualization tool to educate and challenge!
learngitbranching.js.org
git branch -f [브랜치이름] [이동할 곳] : 브랜치 강제 이동
git branch [브랜치이름] : head위치에 브랜치 생성
git checkout [이동할 곳] : head 옮기기
git reset [브랜치이름] : 되돌리기 commit도 삭제
git revert [브랜치이름] : 되돌리기 commit에 남음
'Git' 카테고리의 다른 글
IntelliJ GitHub 연동 (0) | 2024.02.08 |
---|---|
branch (0) | 2023.08.21 |
gitignore (0) | 2023.08.21 |
Shared Model 협업 (0) | 2023.08.21 |
되돌리기 (0) | 2023.08.21 |