|
Re: Commit single file or single project only [message #1403877 is a reply to message #1403728] |
Mon, 28 July 2014 07:56  |
Eclipse User |
|
|
|
Git checks what you modified on repository level. If your repository contains many Eclipse projects and you want
to only commit changes from one of the modified projects you may try the following:
- open the Git Staging View
- select the presentation mode "Compact Tree"
- then the modified files are shown in a compact tree representation
- stage the modifications of the project you want to commit, either drag and drop the corresponding tree node
to the staged changes pane or click "Add to Git Index" from the context menu
- enter the commit message
- click "Commit" or "Commit & Push"
|
|
|
Powered by
FUDForum. Page generated in 0.05199 seconds