Skip to content

Commit

Permalink
master to main update
Browse files Browse the repository at this point in the history
  • Loading branch information
James McLeod authored Jul 20, 2021
1 parent 3680fa1 commit cacb15a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

<img src="https://github.com/finos/branding/blob/master/project-logos/active-project-logos/Cloud%20Service%20Certification%20Logo/Horizontal/2020_CloudServicesCertification_Horizontal.png?raw=true" width="400">

### Important Notice
The CSC default branch has been renamed.

`master` is now named `main`

If you have a local clone, you can update it by running:

```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```

# Cloud Service Certification
Cloud Service Certification accelerates the development, deployment and adoption of services provided for AWS, Azure and Google in a way that meets existing regulatory and internal security controls.

Expand Down

0 comments on commit cacb15a

Please sign in to comment.