- Create a new Repository on GitHub. Give it a Description and a license.
- Clone the repository to a local directory. The current branch should be
mainormaster. - Create and push the
developbranch.
git checkout main
git checkout -b develop
git push --set-upstream origin develop