We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d5417 commit a249632Copy full SHA for a249632
git-branch-clone.md
@@ -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