Date
1 - 1 of 1
Main branch rename
Nathan Scott
Hi all,
The 'main' htop git branch (previously 'master') has now been renamed.
No action needs to be taken for already opened pull requests. If you
have a local htop git repository, these are the commands to convert it
to 'main':
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
cheers.
--
Nathan
The 'main' htop git branch (previously 'master') has now been renamed.
No action needs to be taken for already opened pull requests. If you
have a local htop git repository, these are the commands to convert it
to 'main':
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
cheers.
--
Nathan