Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git/Hub/Flow: Tidbits of Knowledge

Git/Hub/Flow: Tidbits of Knowledge

A lunch and learn talk that touches on a variety of Git, GitHub, and GitFlow topics.

-----

Version Control by Example: http://ericsink.com/vcbe/

Git from the Bottom Up: http://ftp.newartisans.com/pub/git.from.bottom.up.pdf

My Git Config: https://github.com/jacebrowning/dotfiles/blob/master/.gitconfig

Jace Browning

March 06, 2015
Tweet

More Decks by Jace Browning

Other Decks in Programming

Transcript

  1. $ git checkout -b <branch name> $ git checkout <branch

    name> $ git status $ git diff $ git add <filename> $ git commit $ git merge <branch name>
  2. Further Reading Version Control by Example http://ericsink.com/vcbe/ Git from the

    Bottom Up http://ftp.newartisans.com/pub/git.from.bottom.up.pdf My Git Config https://github.com/jacebrowning/dotfiles/blob/master/.gitconfig