Skip to content

Commit c7acbca

Browse files
Add branch renaming note
1 parent 8e00643 commit c7acbca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
[![Build Status](https://travis-ci.com/SAP/cf-java-logging-support.svg?branch=master)](https://travis-ci.com/SAP/cf-java-logging-support)
44
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/cf-java-logging-support)](https://api.reuse.software/info/github.com/SAP/cf-java-logging-support)
55

6+
**Note: The default branch has been renamed from master to main.**
7+
Please execute on your local repository:
8+
9+
```
10+
git branch -m master main
11+
git fetch origin
12+
git branch -u origin/main main
13+
git remote set-head origin -a
14+
```
15+
616
## Summary
717

818
This is a collection of support libraries for Java applications (Java 8 and above) that serves three main purposes:

0 commit comments

Comments
 (0)