Horje
first commit github Code Example
add github repo
create a new repository on the command line
echo "# {Repo 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/cdcdianne/ReactJS-TheMovieDB.git
git push -u origin main
                
push an existing repository from the command line
git remote add origin https://github.com/cdcdianne/ReactJS-TheMovieDB.git
git branch -M main
git push -u origin main
first commit github
git commit -m "This is where it all begins.."
git github first commit
git commit -m 'mi primer commit'

If it does not work, use:

git commit -m "mi primer commit"




Shell

Related
renew ssl certbot nginx Code Example renew ssl certbot nginx Code Example
limit size in multer Code Example limit size in multer Code Example
git change commit author Code Example git change commit author Code Example
install rust ubuntu 20 Code Example install rust ubuntu 20 Code Example
docker node alpine Code Example docker node alpine Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11