User:Username234

From Gentoo Wiki
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
# git branch -u origin/master
# emerge --sync