Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANNOUNCEMENT: Changed the main branch name #1194

Closed
VishwasShashidhar opened this issue Mar 3, 2021 · 0 comments
Closed

ANNOUNCEMENT: Changed the main branch name #1194

VishwasShashidhar opened this issue Mar 3, 2021 · 0 comments

Comments

@VishwasShashidhar
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant