Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wash your git branches

 


A quick vocab review
Let's look at
wordsImage Modified
What is a remote?
remoteImage Modified

Where do branches live?

local vs. origin vs. local copy of origin

we're localImage Modified 

What's the difference

between 

between "origin

-slash and origin-space?

/my-branch" and "origin mybranch"?`

spaceImage Modified

What are integration branches?

integrationImage Modified

...


The Seven Golden Rules of git hygiene

...

4. Though shalt always review thy Files Changed.

GitHubImage Modified.

If you added a library or contrib module, GitHub may not show the whole diff. In that case, review the diff with your git app of choice.

...