Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 514 Bytes

Phosh

All development now happens on the main branch. To update your local checkout to use that branch:

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

This branch is kept around to avoid breaking build tooling that requires a pinned commit hash to be on the master branch unless otherwise specified. See ostreedev/ostree#2360 for details.