-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
0 additions
and
14 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 |
---|---|---|
|
@@ -11,17 +11,3 @@ [email protected] | |
|
||
### License | ||
KochavaTracker is available under the [Kochava Terms of Service](https://www.kochava.com/terms-of-service/). | ||
|
||
|
||
## Default Branch | ||
|
||
As of October 1, 2020, github.com uses the branch name ‘main’ when creating the initial default branch for all new repositories. In order to minimize any customizations in our github usage and to support consistent naming conventions, we have made the decision to rename the ‘master’ branch to be called ‘main’ in all Kochava’s github repos. | ||
|
||
For local copies of the repo, the following steps will update to the new default branch: | ||
|
||
``` | ||
git branch -m master main | ||
git fetch origin | ||
git branch -u origin/main main | ||
git remote set-head origin -a | ||
``` |