lpar / gzipped

Replacement for golang http.FileServer which supports precompressed static assets.
BSD 3-Clause "New" or "Revised" License
94 stars 15 forks source link

Switch main branch to `trunk` #15

Closed lpar closed 4 years ago

lpar commented 4 years ago

See draft-knodel-terminology-00

The metaphor is a tree with branches, the obvious term for the main one is "trunk". Masters don't have branches, who came up with that name?

To update your local repo:

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