Thread: "Gitting" Git
View Single Post
Old 09-09-2019, 01:52 PM   #7
kermitology
It's not easy being green!
 
kermitology's Avatar
 
Join Date: Oct 2001
Location: In the tubes to Vancouver Island
Exp:
Default

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.
__________________
Who is in charge of this product and why haven't they been fired yet?
kermitology is offline   Reply With Quote