# Navigate to root directory # initialize git init -b main # stage and commit changes git add . && git commit -m "initial commit" # create new repository on GitHub using the GitHub CLI interface gh repo create # Follow prompts and instructions