Git flow
xxxxxxxxxxgit branch developmentgit add *git commit -m "my pretty commit"git push -u origin developmentgit merge master (resolve any merge conflicts if there are any)git checkout mastergit merge developmentgit push -u origin masterhttps://stackoverflow.com/questions/14168677/merge-development-branch-with-master
Yorumlar