Comments on: Aha! Moments When Learning Git https://betterexplained.com/articles/aha-moments-when-learning-git/ Math lessons that click Sat, 20 Feb 2021 15:19:46 +0000 hourly 1 By: Don’t Branch that Code! Feature Flags vs. Feature Branches – Sweetcode.io https://betterexplained.com/articles/aha-moments-when-learning-git/#comment-392027 Sat, 20 Feb 2021 15:19:46 +0000 http://betterexplained.com/?p=603#comment-392027 […] Branch by abstraction can be viewed as the counterpoint to using feature branches in source code. Feature branches are a powerful technique I am sure has been used anyone who has taken advantage of git. We have all probably scribbled branching strategies on whiteboards that look like something as described on this page: […]

]]>
By: Bart https://betterexplained.com/articles/aha-moments-when-learning-git/#comment-348314 Wed, 29 Aug 2018 04:19:00 +0000 http://betterexplained.com/?p=603#comment-348314 Great article…. one thing I would remove is the term GUID. Git uses hashes, not GUIDs. They may look similar but they are generated completely differently. A hash is based on content (e.g. a git commit) and a GUID is generated soley to be unique from other GUIDs. The same content will produce the same hash. The same GUID will never be generated twice. GUIDs would never work with git.

]]>
By: Shahin Ansari https://betterexplained.com/articles/aha-moments-when-learning-git/#comment-336957 Mon, 02 Apr 2018 22:37:00 +0000 http://betterexplained.com/?p=603#comment-336957 There is also a cached area, which I believe is the local directory files which are not staged. Am I right? Thanks for the articles; I read all three and they helped a lot.

]]>
By: Jerry Loe https://betterexplained.com/articles/aha-moments-when-learning-git/#comment-331578 Sun, 13 Sep 2015 06:07:31 +0000 http://betterexplained.com/?p=603#comment-331578 a great article with great analogy. :)

]]>