onlywei / explain-git-with-d3

Use D3 to visualize simple git branching operations.
MIT License
1.71k stars 390 forks source link

`git push` doesn't push to correct origin branch #9

Open lrrfantasy opened 10 years ago

lrrfantasy commented 10 years ago

On master branch after merging a new-created branch named "feature", git push will push the branch "feature" to origin master, which is expected to be master.

image