Q:

git init

echo "# repository_name" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/repository_name/test.git
git push -u origin main
1
cd /path/to/my/codebase
git init   
git add .    
git commit -m "my comment"   
5
cd /path/to/my/codebase
git init   
git add .    
git commit -m "my comment" 
1

New to Communities?

Join the community