You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello contributor, if you are actively contributing to this repository, please note that we have now changed the main branch name from master to main as part of this requirement -> https://perzoinc.atlassian.net/browse/SDA-2530
So, you'll need to update your fork and local repository with the below set of commands:
git branch -m master main
git fetch --all
git branch -u origin/main main
git branch -u upstream/main main
Please reach out if you need any help.
Note that the 3rd and 4th commands do the same, except that they point to different remotes.
In my case, origin points to https://github.com/VishwasShashidhar/SymphonyElectron.git and upstream points to https://github.com/symphonyoss/SymphonyElectron.git
So, you'll need to replace the remote name as per your local repository setting.
The text was updated successfully, but these errors were encountered:
Hello contributor, if you are actively contributing to this repository, please note that we have now changed the main branch name from
master
tomain
as part of this requirement -> https://perzoinc.atlassian.net/browse/SDA-2530So, you'll need to update your fork and local repository with the below set of commands:
Please reach out if you need any help.
Note that the 3rd and 4th commands do the same, except that they point to different remotes.
In my case, origin points to
https://github.com/VishwasShashidhar/SymphonyElectron.git
and upstream points tohttps://github.com/symphonyoss/SymphonyElectron.git
So, you'll need to replace the remote name as per your local repository setting.
The text was updated successfully, but these errors were encountered: