GRIFFINCollaboration / detectorSimulations_v10

Geant4 version 10 of the simulation code for the GRIFFIN array and it's suite of ancillary detection systems.
MIT License
9 stars 14 forks source link

Changing default branch name to main #73

Closed VinzenzBildstein closed 1 year ago

VinzenzBildstein commented 2 years ago

To keep in line with the GRSISort and GRSIData repositories I propose that we change the name of the default branch from "master" to "main" (this is the new default name for branches on GitHub).

After changing the name of the branch in the repository it will be necessary to change the local copies as well (I think forks will reflect the change automatically?) using these commands:

$ git branch -m master main
$ git fetch origin
$ git branch -u origin/main main
$ git remote set-head origin -a
$ git remote prune origin

Unless there are any objections to this I will do the change on Sunday, March 27th.

VinzenzBildstein commented 2 years ago

This also raises the question whether it's time to change the geant4.10.04 branch to be the default branch? We can keep the old branch with a new name (maybe simply "old"?), but there are a number of changes in the geant4.10.04 branch that are beneficial to everyone I think, so maybe this is a way to convince people to use the newer versions of geant4 and this code?

The main hurdle I can see for this is the simulations for angular correlations since I'm not sure if these have been tested with the newer geant4 versions.

VinzenzBildstein commented 1 year ago

This is done now. The old geant4.10.04 branch is now main and the old master branch is now angular-correlations