Open
Description
Is your feature request related to a problem? Please describe.
Problem : While using git resource get, it fetches only supplied branch name. This makes it difficult to perform certail operations like rebase on top of another branch.
Describe the solution you'd like
A new param named "fetch_branches" can be added. This will fetch all branches from upstream. (git fetch)
Describe alternatives you've considered
No response
Additional context
No response