git - Use same branch more than once -


i new git, , assuming if can use 1 branch project. after commit code branch -- subbranch, , merge master. did other change. may commit them subbranch again , merge master, or have make new branch?

you need read materials [git branch model, or git workflow. following 2 links start.

git wokflow

git branch model

you need not creating new branch case described in question, if have needs work on multiple new features, or interrupted hot fix request, new branch help.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -