“git baru” Kode Jawaban

git baru

echo "# iT-Support" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amanj8sdiq/iT-Support.git
git push -u origin main
Uninterested Unicorn

git create

echo "# contact_workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/WinWinMaw4/contact_workshop.git
git push -u origin main



//Config User with Cli
$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”[email protected]"
WinMaw

Jawaban yang mirip dengan “git baru”

Pertanyaan yang mirip dengan “git baru”

Lebih banyak jawaban terkait untuk “git baru” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya