Working with Branches in SmartGit
Branches are an essential part of git, allowing you to conceptually track and manage changes to your repository. SmartGit’s UI exposes all common branch actions intuitively through views on the user interface.
Contents:
Please choose from one of the following topics:
- Using Check Out to checkout and switch between branches.
- Merging branches.
- Rebasing and Interactive Rebase.
- Cherry Picking commits into a branch.
- Reverting unwanted commits by creating a new commit.
- Manipulating Branches and Tags.
- Using the SmartGit Conflict Resolver to resolve Conflicts.
See also : Local Operations on the Working Tree