English - UnbDroid/AprendendoGithub GitHub Wiki
Git Course
- Introduction
- Objective
- Installing and configuring the necessary
- The basic
- Starting creating a new repository
- Joining in some existing repository
- Basic workflow
- Status, add, commit, pull and push commands
- Editing files, recursive add and backing out changes
- Renaming, moving and deleting
- History and versions
- Alias and Gitignore
- Comparing
- Working directory and Staging area
- Working directory and Git repository
- Staging area and Git repository
- Between commits
- Local and Remote master branches
- Branching and Merging
- Basic
- Fast Forward Merges
- Disable Fast Forward
- Automatic Merges
- Conflicting Merges
- Rebasing
- Stashing
- Tagging
- Usefull links
- Credits