onlywei / explain-git-with-d3

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

allow git merge --no-ff BRANCH_NAME #38

Closed qvacua closed 9 years ago

qvacua commented 9 years ago

now git merge --no-ff BRANCH_NAME is also valid along with git merge BRANCH_NAME --no-ff

onlywei commented 9 years ago

@qvacua Thanks