Skip to content

Commit 02f5cff

Browse files
committed
Update readme with default branch instructions
1 parent 53700ed commit 02f5cff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ support@kochava.com
1111

1212
### License
1313
KochavaTracker is available under the [Kochava Terms of Service](https://www.kochava.com/terms-of-service/).
14+
15+
16+
## Default Branch
17+
18+
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.
19+
20+
For local copies of the repo, the following steps will update to the new default branch:
21+
22+
```
23+
git branch -m master main
24+
git fetch origin
25+
git branch -u origin/main main
26+
git remote set-head origin -a
27+
```

0 commit comments

Comments
 (0)