Update Problems

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
User avatar
MIghtyThor460
Posts: 32
Joined: Mon Apr 20, 2015 1:26 pm

Update Problems

Post by MIghtyThor460 »

Mylar is currently telling me I am 51 commits behind yet git pull says I am current. Is there something I should try to force the update?

Version: 7804a0086a1688a941ed6e3c04fb3bc4cd66cc4e
OS: WHS2011
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Update Problems

Post by evilhero »

It sounds like your git is on one branch, but mylar is checking against another.

Make sure that the git_branch field in the config.ini is set to the branch your git is (if you do a git status in your mylar directory it will say the branch). The field is what mylar uses to check against git, so it's probably saying your 55 commits behind on the development branch - but using the master branch as the starting point.
User avatar
MIghtyThor460
Posts: 32
Joined: Mon Apr 20, 2015 1:26 pm

Re: Update Problems

Post by MIghtyThor460 »

That worked! Thank you!
Post Reply