/learn-git

Primary LanguageShell

Learn Git by Examples

Git Basics

Git Branching

  • git-branch.sh: manage branches
  • git-conflict.sh: fix the conflicts
  • git-stash.sh: stash the changes in a dirty working directory, have a clean working directory to do something, and then restore the dirty working directory to continue previous work

Git Merging

Git Remote

Misc