Skip to content

Commit a249632

Browse files
committed
Added git brach clone
- git clone 할때 특정 브랜치로 clone 하는 방법
1 parent 73d5417 commit a249632

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

git-branch-clone.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## git 특정 브랜치로 clone 하는 방법
2+
3+
```
4+
# git clone -b <branch> <remote>
5+
$ git clone -b feign_with_discovery [email protected]:piomin/sample-spring-cloud-comm.git
6+
```

0 commit comments

Comments
 (0)