I am looking a github repo and I see refresh and next. Refresh has the latest updates to the current master version. What do these branch names generally mean?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A branch is there to isolate a development effort.
But its naming convention is left to the appreciation of the collaborators of that repo.
So ‘refresh’ and ‘next’ can have very different meanings, depending on the intent of said collaborators, and trying to infer a general definition for those branch names without knowing anything about the project is risky.
The Git repo for Git itself has 4 branches: “master”, “maint”, “next”, and “pu”.
In that repo, ‘
next‘ means: