Commit 274f0b0
committed
Restore default Git fetch configuration on RTD
The Git shallow clone used on Read the Docs is configured to only fetch
a specific Git branch:
[remote "origin"]
url = https://github.com/stackhpc/stackhpc-kayobe-config.git
fetch = +refs/heads/stackhpc/yoga:refs/remotes/origin/stackhpc/yoga
This prevents subsequent `git fetch` commands from fetching all remote
branches. Use `git remote set-branches origin '*'` to revert to the
default Git fetch configuration.1 parent d223dd2 commit 274f0b0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments