Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.11 KB

File metadata and controls

37 lines (28 loc) · 1.11 KB

Git Tips

Master version control with these quick tips.

Available Tips

Quick Reference

Beginners start here:

  1. Commit message conventions
  2. Branch strategies
  3. Undo mistakes

Intermediate:

  1. Interactive rebase
  2. Stash management
  3. Merge vs rebase

Advanced:

  1. Cherry pick commits
  2. Bisect for debugging
  3. Custom aliases

← Back to Tips | ← Back to Main