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
- ngrok설치
- dart 변수
- icon
- There isn’t anything to compare
- nextjs
- API 토큰
- API token
- github io
- npm styled-reset
- github
- next.js css
- fetch
- react env
- CSS
- SCSS
- getModifierState
- react
- 컨디셔널 렌더링
- nextjs .env
- react typescript
- bootstrap
- input type=file
- ngrok실행
- nextjs 설치
- typescript react
- git lab
- rewrites
- createGlobalStyle
- styled components
- Git
Archives
- Today
- Total
목록branch (1)
꾸준히 성장하는 개발자

git branch 생성하기 git branch purple 원하는 이름(purple)의 branch를 생성해준다. git branch purple이라는 branch가 잘 생성이 되었는지 확인한다. 리스트로 master 와 yellow가 나타나는데 master앞에 * 표시와 글자색이 다른걸 볼 수 있다. 생성은 했지만 이동까지 한것은 아니라는것 git checkout yellow branch이동은 위처럼 작성하여 이동한다. VS code 왼쪽 하단을 보면 branch를 나타내는 부분이 yellow로 바뀐것을 볼 수 있다. 위같은 방법은 생성과 이동을 따로따로 해야 하는데 번거로운 점이 있다. 한번에 진행하고 싶다면?? branch생성과 이동 한번에 진행 git branch -b yellow yellow라..
Git
2022. 4. 12. 16:21