Changes

Jump to navigation Jump to search
Line 172: Line 172:     
Now a Pull request is not a specific git command, it's an agreement amongst mortals that the submitted code is suitable to be included in what zynthian publish to the world.  
 
Now a Pull request is not a specific git command, it's an agreement amongst mortals that the submitted code is suitable to be included in what zynthian publish to the world.  
One of these mortals then performs a git merge to take the branch, remember branches .? you have written your code in, and combines it into the testing branch so it can be tested.  
+
One of these mortals then performs a git merge to take your offering, It's called a branch, it has a name, and it contains the code you have written, and combines it into the 'testing' branch so it can be tested.  
    
But, you say, How do I get my code up to github in the first place, and that is, unfortunately, the wrong way to think of it.  
 
But, you say, How do I get my code up to github in the first place, and that is, unfortunately, the wrong way to think of it.  
584

edits

Navigation menu