[ARGUS] GitHub default repo for argus and argus-clients 3.0

Carter Bullard carter at qosient.com
Mon Jan 22 18:42:19 EST 2024


Gentle people,
In order to add argus-5.0 to the public argus and argus-clients repo’s, I’m changing the default branch for public argus and clients to ‘main’.
I’m not going to delete the ‘master’ branch for a little while, so that it won’t break anyone’s repo’s.

Please change your local repo’s to use the main branch … Here are some instructions that should work for you ...

If someone has a local clone of your repository, they can update their locals by following these steps:

Got to the master branch: git checkout master
Rename master to main locally: git branch -m master main
Get the latest commits from the server: git fetch
Remove the link to origin/master: git branch --unset-upstream
Add a link to origin/main: git branch -u origin/main
Update the default branch to be origin/main: git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
Delete origin/master completely: git branch --remotes -d origin/master
Thanks !!!!
Carter

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20240122/b458a7af/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1385 bytes
Desc: not available
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20240122/b458a7af/attachment.bin>


More information about the argus mailing list