3
I have a repository with several branches, cloned a specific one and worked on it.
Later the need to work on another branch of this same project arose, has how to clone it to the same folder of the first branch ?
- Note: as the repository is very large, it is very time-consuming to clone the entire project at once.
How are you managing your remotes? You pushed something?
– Jefferson Quesado
gitMerge? https://git-scm.com/book/pt-br/v1/Ramifica%C3%A7%C3%A3o-Branching-no-Git-B%C3%A1sico-de-Branch-e-merge
– Paz
I’ve already pushed to the branch I cloned ... I don’t want to join branches, I just want to clone one more in the same folder
– David Santos