Skip to content

alexantom/git-flow-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

git-flow-test

Git Flow test

https://github.com/eadz/Git-Flow-Example https://zellwk.com/blog/git-flow/

Reset Git Flow

git config --remove-section "gitflow.path"
git config --remove-section "gitflow.prefix"
git config --remove-section "gitflow.branch"

Git Flow

  • git flow init
  • git flow release start 1.0.2 - Creates 1.0.2
  • git flow release finish '1.0.2' - Deletes 1.0.2 and switch to master
  • git push --tags
  • git push - Push change to master

About

Git Flow test

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages