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:

  1. team > pull
  2. team > commit...
  3. commit , push

or

  1. team > commit
  2. team > pull
  3. 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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -