Thread: "Gitting" Git
View Single Post
Old 09-09-2019, 03:12 PM   #8
FanIn80
GOAT!
 
FanIn80's Avatar
 
Join Date: Jun 2006
Exp:
Default

Quote:
Originally Posted by kermitology View Post
If there was a piece of technology that I could hug, it would be Git.

You failed to actually pull the changes in. So you might have done a fetch, but didn't actually pull in those commits. A simple: `$ git rebase` will probably fix it.

I personally think that learning git from the command line will help you better understand what git is doing.
No I literally did git pull origin/develop. When I was done, I did git push origin/develop. They later confirmed that the changes from the release branch weren't actually merged back into the develop branch like they were supposed to have been.
FanIn80 is offline   Reply With Quote