• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

False up to date

  • 15
    Posts
    2
    Years
    • Seen Apr 2, 2024
    I tried merging a branch into mine but I eventually ended up git resetting it. A few weeks later I attempt to merge it again but it says that its "Already up to date." and doesn't merge everything.
     
    I tried merging a branch into mine but I eventually ended up git resetting it. A few weeks later I attempt to merge it again but it says that its "Already up to date." and doesn't merge everything.
    It's impossible for anyone to help you without any sort of contextual information.
    What branch you trying to pull?
    From which repository?
    If Git says that you're up-to-date, then you are up-to-date in relation to the branch that you're trying to pull. Git tells no lies. There isn't a "false up-to-date".
    There's a higher chance that the problem comes from your end and that you're trying to pull the wrong branch, or that you're trying to pull from the wrong repository.
    Double check your remotes by using git remote -v, and double check the parameters that you're passing through git pull too.
     
    Yeah I think I know what I did now. I kept some random parts of what I merged and removed everything else.
     
    Back
    Top