echo "# project_imnobby" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/imnobby_com/project_imnobby.git
git push -u origin main
Related Keywords: Developer, How-to, Solved, Git Repo, GitHub Repository, Version Control, Create New Repository With Command Line