On Mon, 2016-10-31 at 18:42 -0700, AD S wrote:
> So I was working on a branch that had a total of 8 files. I needed to
> make adjustments to 3 of those files. I pulled, made the changes and
> pushed. Went to check on the branch on Git Hub and all of a sudden
> everyone else's commits are on my branch. Over 2,800 files and 250+
> commits.

I hate to step in here because usually messages like this are just
exercises in publicly venting frustration, rather than actual requests
for assistance.

However I don't quite understand what you mean, above.  Every single
branch in Git represents a history from the HEAD of the branch (where
the branch tag points) back to the beginning of the repository.

So, when you say "everyone else's commits are on my branch" it's not
clear what what that refers to, but if you mean that you are seeing all
the commits back to the start of the repo, not just the commits "on your
branch", then that's expected: that's how it works.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to