Difference between revisions of "Git notes"

From Wiki at Neela Nurseries
Jump to: navigation, search
(^ Git Inner Workings: add link to Zvonimir Spajic first of three git articles)
m (^ OVERVIEW - अवलोकन: reword and amend external refs to git branching, git internals and Zephyr RTOS contributor expectations)
Line 12: Line 12:
 
== [[#top|^]] OVERVIEW - अवलोकन ==
 
== [[#top|^]] OVERVIEW - अवलोकन ==
  
Following article / document collection of notes on version control software named <code>git</code>.  Worth noting at top of these notes is an nvie.com blog post about practical and widespread git branching strategy, at https://nvie.com/posts/a-successful-git-branching-model/.
+
Following article / document collection of notes on version control software named <code>git</code>.  To learn git is not a gentle or short learning curve. This said, there are some key concepts worth mentioning at the beginning of a git learning journey.  Some of these concepts include:
 +
 
 +
<ul>
 +
https://nvie.com/posts/a-successful-git-branching-model/ git branching model and common git workflow in software development
 +
 
 +
*  [https://konrad126.medium.com/https-medium-com-zspajich-understanding-git-data-model-95eb16cc99f5Zvonimir Spajic git internals] trio of articles
 +
 
 +
*  [https://docs.zephyrproject.org/latest/contribute/contributor_expectations.html#contributor-expectations Zephyr Contributor Expectations] good git practices highlighted in Zephyr RTOS Contributor Expectations document
 +
 
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 20:34, 11 December 2023

-- 2017-12-04 Monday - somvaar - सोमवार--
Git Notes


^ OVERVIEW - अवलोकन

Following article / document collection of notes on version control software named git. To learn git is not a gentle or short learning curve. This said, there are some key concepts worth mentioning at the beginning of a git learning journey. Some of these concepts include: