https://github.com/shts/git-flow-practice
https://github.com/shts/git-flow-practice
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shts/git-flow-practice
- Owner: shts
- Created: 2016-03-24T15:01:26.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-04-08T10:30:25.000Z (over 10 years ago)
- Last Synced: 2025-10-23T18:42:52.949Z (9 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`