Re: [git-users] Re: Understanding Cherry-Pick

2014-09-04 Thread Konstantin Khomoutov
On Wed, 3 Sep 2014 02:03:11 -0700 (PDT) Syed Safi wrote: > Need your help at earliest , i am getting following error while push > commnad , [...] > $LD_LIBRARY_PATH bash-3.00$ git pull [...] > /usr/local/libexec/git-core/git: symbol deflateBound: referenced > symbol not found [...] What you did

[git-users] Re: Understanding Cherry-Pick

2014-09-03 Thread Syed Safi
Dear Team , Need your help at earliest , i am getting following error while push commnad , bash-3.00$ export LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ export LD_LIBRARY_PATH=/usr/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ git pull Already up-to-date. bash-3.00$

[git-users] Re: Understanding Cherry-Pick

2014-09-02 Thread Brian Wall
Thank you both for your replies. Clearly I have more to learn about this, and the learning curve is steep with Git! But I'll mull it over and let it sink in. So what brought me down this road initially was going through the lessons at http://pcottle.github.io/learnGitBranching/. In the "A Mixed