We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--single-branch
1 parent 57ad3cb commit 5842322Copy full SHA for 5842322
documentation/test-a-branch.md
@@ -12,7 +12,7 @@ Using Docker assures you're using the latest version of Go and doesn't require y
12
13
```shell
14
docker run -it -v /THE/PATH:/dns golang
15
-git clone -b INSERT_BRANCH_HERE https://github.com/StackExchange/dnscontrol.git
+git clone -b INSERT_BRANCH_HERE --single-branch https://github.com/StackExchange/dnscontrol.git
16
cd dnscontrol
17
go install
18
```
@@ -42,7 +42,7 @@ Step 1: Install Go
42
Step 2: Check out the software
43
44
45
46
47
48
0 commit comments