You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for DT projects to consider adopting, but at least for natlinkcore:
main/master renamed to dev, default branch.
merges from forks/other branches/PRs are squash-merged to dev. Nobody works on the dev branch in DT.
wheels automatically built with flit but not published to pypi. we can install them from github or something.
releases are in a release branch. these are squash-merged from the dev branch, with a goal of one commit-release.
release and dev branches are tagged through a known scheme.
Motivation: git history very cluttered on main branches where it doesn't need to be. Feature branches in dev forks are where the detailed history can/should be maintained.
bug fix branches — deal with that if we ever actually need one.
The text was updated successfully, but these errors were encountered:
for DT projects to consider adopting, but at least for natlinkcore:
Motivation: git history very cluttered on main branches where it doesn't need to be. Feature branches in dev forks are where the detailed history can/should be maintained.
bug fix branches — deal with that if we ever actually need one.
The text was updated successfully, but these errors were encountered: