oracle / odpi

ODPI-C: Oracle Database Programming Interface for Drivers and Applications
https://oracle.github.io/odpi/
Other
266 stars 78 forks source link

Default branch renaming to "main" this week #158

Closed cjbj closed 3 years ago

cjbj commented 3 years ago

Letting you know that ODPI-C's default branch will be renamed to "main" this week.

anthony-tuininga commented 3 years ago

This was just completed a few moments ago. Please update your local repositories or re-clone as appropriate.

cjbj commented 3 years ago

As per the pop-up instructions:

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