An open API service indexing awesome lists of open source software.

https://github.com/shts/git-flow-practice


https://github.com/shts/git-flow-practice

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

git-flow-practive
=====

practice for git-flow

### feature

create branch

`git flow feature start ${branch-name}`

`git flow feature publish ${branch-name}`

### develop

test-text

### Feature

create new branch to remote.

`git push --set-upstream origin feature/new-feature`