Skip to content

Commit

Permalink
doc: add git-init note
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Sep 24, 2022
1 parent d868e04 commit e1d242c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ To clone repositories with a git-binary instead of the pure golang implementatio
need `multi_ack` e.g. Azure DevOps or AWS CodeCommit.
See [this issue](https://github.com/go-git/go-git/issues/64) for more details.

**Note**: It is required, that the specified branch of the repo is fully initialized. There's no logic which creates a non-existent branch. Just commit a `README.md`
or something similar, to make things work.

```
dev-cluster
Expand Down

0 comments on commit e1d242c

Please sign in to comment.