Difference between revisions of "Video/GIT: Working with Branches"

From PKC
Jump to navigation Jump to search
m (Text replacement - "{{#ev:youtube |" to "{{#widget:YouTube |id=")
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:


<noinclude>  
<noinclude>  
{{#ev:youtube
{{#widget:YouTube
|JTE2Fn_sCZs
|id=JTE2Fn_sCZs
}}
}}


You should also learn about Git Worktree<ref>{{:Video/Git's Best And Most Unknown Feature}}</ref>.
After learning about the notion of Git Branch, you should become familiar with Git Merge<ref>{{:Video/GIT: Merging and Workflow}}</ref>.


=References=
=References=

Latest revision as of 12:04, 26 August 2022

Codemy, ed. (Oct 15, 2015). GIT: Working with Branches. local page: Codemy School. 


After learning about the notion of Git Branch, you should become familiar with Git Merge[1].

References

  1. Codemy, ed. (Oct 28, 2015). GIT: Merging and Workflow. local page: Codemy School. 

Related Pages