-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c969982
commit a562e44
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ Our central development branch is `main`. Coding is done on feature branches bas | |
``` | ||
git remote add upstream [email protected]:aidecentralized/sonar.git | ||
git fetch upstream | ||
git checkout master | ||
git merge upstream/master | ||
git checkout main | ||
git merge upstream/main | ||
git checkout -b your-branch-name | ||
``` | ||
2. Make your changes and commit them. Make sure to follow the commit message guidelines below. | ||
|