Skip to contents

Creates a remote repository on GitHub if you had not already done so when initiating the project. It automatically creates the repository for you and pushes all the changes and milestones that you have logged so far.

Usage

create_github_repo(private_repo = TRUE)

Arguments

private_repo

Logical, should the GitHub repository be private or public? Default is TRUE

Value

Nothing, this function is called for it's side-effects.