Posts with the tag git:

Git Exploration: Part Four

Rewriting History Golden Rule: Don’t rewrite public history. To undo local commits, use:

Git Exploration: Part Three

Cloning a branch from GitHub To clone, or make a local copy of a repository, use:

Git Exploration: Part Two

Branching Branching allows us to diverge from the the primary line of work and work in isolation.

Git Exploration: Part One

Git Tutorial Notes Track history and work together. Distributed version control system.

Pair Programming: First Steps

One thing I have learned it that note taking only works if you take good notes.