git-resource icon indicating copy to clipboard operation
git-resource copied to clipboard

Add 'all_branches' flag to params in 'in'

Open multimac opened this issue 3 years ago • 1 comments

Adds a flag to disable the use of the '--single-branch' flag when cloning the repository, allowing all branches to be fetched from the remote

Removes the need for workarounds such as passing --no-single-branch via source.branch, as described in #325

multimac avatar Dec 02 '22 11:12 multimac