일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- design pattern
- react firebase
- codesandbox
- 프로그래밍 언어론
- react hook
- 프로그래머스 자바
- NextJS
- 데이터모델링과마이닝
- 컴퓨터 네트워크
- 코틀린
- useState
- 코딩테스트 고득점 Kit
- Java
- 리액트 훅
- JavaScript
- websocket
- 자바스크립트
- vanillaJS
- 자바 공부
- 프로그래머스 완전탐색
- 장고
- 코딩테스트 고득점 Kit 완전탐색
- 디자인 패턴
- 리액트
- 프로그래머스
- react
- useEffect
- React JS
- 자바
- 백준
Archives
- Today
- Total
목록git branch 최초 push (1)
기록하는 개발자
[Git] git의 branch 관련 명령어(생성, 이동, push etc)
Branch 생성 git branch 브랜치명 Branch 이동 ※ git 2.23버전 부터 git 의 checkout이 switch와 restore로 대체되었다. checkout: Switch branches or restore working tree files switch: Switch branches restore: Restore working tree files Git 변경사항 복원 git restore Branch 생성 및 변경(이동) git switch -c 브랜치명 Branch 삭제 git branch -d 브랜치명 Branch 강제 삭제 git branch -D 브랜치명 Branch 최초 push git push --set-upstream origin 브랜치명 특정 브랜치로부터 pull g..
Git
2023. 6. 9. 17:26