git¶
- How to move commited changes to a different branch: Move commits from the wrong branch onto the correct branch without losing work.
- How to get the latest changes from git before you do a commit: Resynchronise a branch with the latest remote changes before pushing.
- Git command reference: Handy Git commands for configuration, submodules, and undoing changes.