5.1. Basic operations
Once you have placed a project under version control you can start using team operations on your project. The team operations are available via right mouse click on your project. You can:
-
Select "Team" -> "Add", on the project node to add all files to version control.
-
Select "Team" -> "Commit", to commit your changes to the local Git repository.
-
Select "Team" -> "Branch" to create and to switch between branches.
-
Select "Team" -> "Push" to push your change to a remote Git repository (see the GitHub chapter).
-
"Team" -> "Tag" allows you to create and manage tags.
EGit supports currently fast-forward merge. Fast-forward merge allows to add the changes of one branch into another if this branch has not been changed. Select "Team" -> "Merge" to perform this operation.
0 comments:
Post a Comment