Tagged Questions

23
votes
3answers
4k views

'git pull origin mybranch' leaves local mybranch N commits ahead of origin. Why?

I just observed something odd about git pull, which I don't understand. On Friday, I worked on a local branch. let's call it mybranch. Before leaving the office I pushed it to origin (which is my ...
6
votes
1answer
146 views

Performing a git pull in pure PHP

I was wondering if anyone knows of a library or how to perform a get pull request with pure PHP, without git being installed on the server. First of all, is this even possible? I have seen the odd ...
0
votes
1answer
63 views

git merge - what are these symbols next to “merge mode by recursive”?

I have a newb question about git. When I use git pull [project name] master to update my core files, I get a bunch of green plus and red minus signals under "merge made by recursive." What are these ...