Git-intro¶
Useful Links:¶
- Understanding git conceptually
- Git Tutorial
- Git with Eclipse
- ProGit
- Getting Git
- Using Git with a central repository
- Git cook-manual
- An illustrated guide to Git on Window
- Git branching tutorial
- Git branching feature
- Creating a branch or tag in Git
- Top 10 Git tutorials
Graphical UI's for Git¶
Git can be used from the command line. You also find graphical tools.Git provides two graphical tools:
gitk
shows the historygit gui
shows an editor that allows you to perform Git operations.
The Eclipse EGit project provides Git integration into Eclipse, which is included in the latest Eclipse release.
Git merging tools¶
The git mergetool
command starts a configurable merge tool that displays the changes in a split screen (e.g.: on Ubuntu you can use the tool meld
).