Skip to content

Conversation

@eseiler
Copy link
Member

@eseiler eseiler commented Jan 30, 2024

What I usually do for my fork:

  • Go to the fork, settings, and rename the default branch to main
  • Locally (upstream is seqan, origin is my fork):
git branch -m master main
git fetch upstream
git branch -u upstream/main main
git remote set-head upstream -a
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
git fetch upstream --prune
git fetch origin --prune

@seqan-actions seqan-actions added lint [INTERNAL] signal for linting and removed lint [INTERNAL] signal for linting labels Jan 30, 2024
@vercel
Copy link

vercel bot commented Jan 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
seqan3 ✅ Ready (Inspect) Visit Preview Jan 30, 2024 2:00pm

@codecov
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dc7f41c) 98.17% compared to head (363098b) 98.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3230   +/-   ##
=======================================
  Coverage   98.17%   98.17%           
=======================================
  Files         269      269           
  Lines       11854    11854           
=======================================
  Hits        11638    11638           
  Misses        216      216           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eseiler eseiler merged commit 45897e6 into seqan:main Jan 30, 2024
@eseiler eseiler deleted the infra/rename_to_main branch January 30, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants