java - How to stop Eclipse / Scala IDE from uploading all my projects at once? -
[edit]: dont have git console installed , therefore use git-plugin eclipse.
i have several projects in eclipse / scala ide this:
- project 1
- project 2
- project 3
- ...
it can happen work on i.e. project 1 , changes. after work on project 2 , create changes. project 2 still faulty, have not finished changing code , want go bed or this.
now click on project 1 -> team -> commit
... , down in file-window have done pops (project 1 - want upload, , project 2 - faulty , dont want upload).
i aware there filter, can type in text , upload stuff project 1, have type everytime. if forget use filter? upload faulty code!
also filter primitive, cant save templates later click on, have type correct(!) filter-text everytime want commit.
so there way click on project , upload that? or keep other projects being uploaded until ready?
it practice select files wanted commit.
you can using command line using git add <file-name>
git commit
. think eclipse provides kind of window selecting files before commit.
Comments
Post a Comment