ice6 / opensheetmusicdisplay

Combine `osmd_transpose` and `osmd` together to show transposing function.
https://ice6.github.io/opensheetmusicdisplay/build
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Am I working in a branch. #5

Closed AlbertHart closed 4 years ago

AlbertHart commented 4 years ago

I see this when I go to the code tab.

I am surprised that I see only my commits. Are you working in a different fork or branch?

image

ice6 commented 4 years ago

@AlbertHart

I am working on the master branch. Make sure you are working the same branch. Yes, it shows your also working on the master branch.

the arrows:

  1. yes, it is a fork

  2. yes, our fork is ahead of opensheetmusicdisplay. Strictly speaking, the fork is indpendant git repo. But the internal structure Github using may be a branch of the original code.

  3. when you commit code, maybe there is a auto merge. for example, if you change the README.md file in the browser, it would make the git tree forword. When you commit your code from GitHub Desktop, it detected that there is no conflict about the changes, then a auto merge happeded.