Git Repository Creator
Stop looking up the same commands every time you start a new project.
Enter your repository name and visibility preference to generate the command you need to create a new GitHub repository from the command line.
Repository Settings
Private
Enter your GitHub username and repository name to generate the command.
Prerequisites
Make sure you have the GitHub CLI installed and authenticated.
brew install ghgh auth loginTips
- Make sure you're in the project directory before running the command
- Add a
.gitignorefile before your first commit to exclude unnecessary files - Use
gh repo view --webto open your new repo in the browser
