Voorbeelden van het gebruik van Topic branch in het Engels en hun vertalingen in het Nederlands
{-}
- 
                        Colloquial
                    
- 
                        Official
                    
- 
                        Ecclesiastic
                    
- 
                        Medicine
                    
- 
                        Financial
                    
- 
                        Computer
                    
- 
                        Ecclesiastic
                    
- 
                        Official/political
                    
- 
                        Programming
                    
When you have work in a topic branch that you have done
The git request-pull command takes the base branch  into which you want your topic branch pulled and the Git repository URL you want them to pull from,
One of the examples that is mentioned in the documentation is if you want to make sure a long lived topic branch will merge cleanly
The request-pull command takes the base branch  into which you want your topic branch pulled and the Git repository URL you want them to pull from,
First(having committed all of the work on her issue54 topic branch), Jessica switches back to her master branch  in preparation for integrating all this work.
on the master branch,  a direct comparison of the snapshots will look like the topic branch is going to remove that line.
perhaps by creating a topic branch from that commit.
it's generally a good idea to try it out in a topic branch- a temporary branch  specifically made to try out that new work.
When you have work in a topic branch and have determined that you want to integrate it,
you can push a topic branch to the repository and open a Pull Request on it to the master branch  of that same project to initiate the code review and discussion process.
This is useful if you have a number of commits on a topic branch and you want to integrate only one of them, or if you only have one commit on a topic branch and you would prefer to cherry-pick it rather than run rebase.
Topic branches, however, are useful in projects of any size.
Topic branches, however, are useful in projects of any size.
Lieutenants merge the developers' topic branches into their master branch. .
Your commit history with multiple topic branches.
Your commit history with multiple topic branches.
Managing a complex series of parallel contributed topic branches.
Managing a complex series of parallel contributed topic branches.
Figure 5-19. History with several topic branches.
History with several topic branches.