datalust / pino-seq

A stream to send Pino events to Seq
Apache License 2.0
11 stars 10 forks source link

README: Updating default branch of local clones to `main` from 17 Jun, 2020 #7

Closed larenelg closed 3 years ago

larenelg commented 4 years ago

If you have a fork or local clone from before 17 June 2020, you will need to run the following commands to update your forked/cloned repo.

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
//if fork: git push -u origin main
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main