Issue Management and Branching
Where's the backlog?
$> git checkout -b ENG-1 master $> git checkout -b ENG-2 master $> git checkout -b ENG-3 master (ENG-3) $> git merge developerC/ENG-1
This is what we care about right now.
Demo Time!
This is what we care about right now.
Demo Time!