fandreuz / tui-website

4 stars 2 forks source link

added download and author #28

Closed fandreuz closed 7 years ago

fandreuz commented 7 years ago

fix #19

stagfoo commented 7 years ago

Commits seem fine but don't merge master into master.

Instead of a single master branch, this workflow uses two branches to record the history of the project. The master branch stores the official release history, and the develop branch serves as an integration branch for features. It's also convenient to tag all commits in the master branch with a version number.

So make these updates on your develop and I can merge them :)

stagfoo commented 7 years ago

It is explained here :) https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow

If you have any questions just ask