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 | 29 | 30 | 31 |
Tags
- 인덱스
- 필드 주입
- hashcode
- AOP
- VUE
- static
- lambda
- 생성자 주입
- java
- 테스트 코드
- jpa
- Spring
- 재정의
- StringBuilder
- Exception
- MSA
- DDL
- select_type
- stream
- Test
- cache
- jwt
- KEVISS
- docker
- 열 속성
- equals
- 조합
- DI
- SQL
- redis
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 |