0

I would like to run code from a specific branch of my git repository while continue developing the code and making commits to another branch. How can I do that?

Nicolas Busca
  • 1,100
  • 7
  • 14
  • 5
    What language is it? Is it compiled? What kind of development environment? What does the workflow look like? Do you need the changes that you make to be visible in the instance that you run? (In that case chances are that you don't want to do this in the first place) – dvaergiller Aug 06 '18 at 07:45
  • 2
    If you do need parallel branches, consider using another worktree https://spin.atomicobject.com/2016/06/26/parallelize-development-git-worktrees/ – evolutionxbox Aug 06 '18 at 08:36
  • What is the problem in checking out that specific branch and run the code? – Nico Haase Aug 06 '18 at 14:51
  • Have you read any of the tutorials at GitHub? They cover many use cases like this. – i alarmed alien Aug 06 '18 at 21:10

0 Answers0