eclipse - Is it possible to Pull, Commit, and Push all in one workflow in EGit? -
is possible pull before commit, , push commit remote branch in 1 workflow, instead of going to:
- team > pull
- team > commit...
- commit , push
or
- team > commit
- team > pull
- team > push upstream
?
if have changes in local want push upstream better add files index commit, pull changes remote , push changes remote
there chances when have uncommitted changes , make pull request, changes may lost.
Comments
Post a Comment