This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

User:Username234

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Username234
Nicholas Vinson
Contact info
username234 (IRC)


Gentoo user since 2007
Babel
enThis user is a native speaker of English.

Switching to master branch when using gentoo-mirror

# git remote set-branches origin master
# git fetch
# git checkout -b master
# git remote set-head origin master
# git branch -rd origin/stable
# emerge --sync