Git Commend Quick setup  — if you’ve done this kind of thing before

red matrix, matrix, matrix code-5031496.jpg

 Set up in Desktop

…or create a new repository on the command line

echo "# Mafiashow-Latest-news-lifestyle" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/durgesh-agrhari/Mafiashow-Latest-news-lifestyle.git
git push -u origin main

…or push an existing repository from the command line

git remote add origin https://github.com/durgesh-agrhari/Mafiashow-Latest-news-lifestyle.git
git branch -M main
git push -u origin main

…or import code from another repository

You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

Leave a Comment

Your email address will not be published. Required fields are marked *