Hello and happy new year to everyone. I want to copy a branch from my github repository to my glitch proyect, I know how to copy a repository but I don’t know how to copy a branch from the repository.
hi @Gato-Landia - we don’t currently have a button/ui for imported a branch, but you can run normal git commands for a project in the console. if you set your glitch projects remote repo to the one you link above, you can then run git fetch to get any of its branches.