Skip to content

Is it safe to have branches from team members checked out #230

Answered by epage
uloco asked this question in Q&A
Discussion options

You must be logged in to vote

git-stack identifies and protects non-personal branches with the following caveats

  • The branch contains a commit with you as the committer or author
  • You've made a branch on top of the other user's branch
    • This seems like a bug, we should allow you to make branches on top of other people's work
  • HEAD is on a commit on that branch

Overall, this was trying to have git-stack ignore other people's branches while allowing you to take over the branch and start doing work on it.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@uloco
Comment options

@epage
Comment options

@epage
Comment options

@epage
Comment options

@uloco
Comment options

Answer selected by uloco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants