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

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -