Hello,

I am new to git and I would like to know what are the best practices when 
creating a new branch. For example. If I get a request to do update website 
title from XYZ to ABC; then should I create a branch named; "Update Title"? 
Or I should prefix this as suggested here 
(http://stackoverflow.com/questions/273695/git-branch-naming-best-practices). 
Are there any official prefixes?

Also I am concerned about the following;

Let us say I create the branch named "Update Title". Finish the change. 
Merge back with Master. I then get another request to change title from ABC 
to DEF. Can I create another branch "Update Title". Will not this be 
confusing? 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to