Skip to content
Discussion options

You must be logged in to vote

Based on how I read this I'm assuming that you're not working on a forked repository, but you and the other team member(s) work on different branches in the same repository, is that correct? It's not relevant to the issue itself, but it might be relevant to how you investigate the issue.

First thing I would probably do is check the output of git log on the repository's main branch. Where are your changes in the order of commits? Any changes applied after yours?

I'd highly recommend trying out a git bisect. The idea behind git bisect is that you identify one commit as "good" and a later commit as "bad". In other words, you're saying "I know things were working here, and then they stopped w…

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@rfalanga
Comment options

Comment options

You must be logged in to vote
6 replies
@spenserblack
Comment options

@Rod-at-DOH
Comment options

@spenserblack
Comment options

@Rod-at-DOH
Comment options

@Rod-at-DOH
Comment options

Answer selected by rfalanga
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Rod-at-DOH
Comment options

@MeNafi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Programming Help Discussions around programming languages, open source and software development
6 participants