C:\>cd wslic_billing_app
C:\wslic_billing_app>git status
C:\wslic_billing_app>git add .
C:\wslic_billing_app>git remote add origin https://github.com/agungbaitul/wslic-billing-app.git
C:\wslic_billing_app>git config --global user.name "agungbaitul"
C:\wslic_billing_app>git config --global user.email "agungbaitul83@gmail.com"
C:\wslic_billing_app>git remote set-url origin https://github.com/agungbaitul/wslic-billing-app.git (jika nama git mau dirubah)
C:\wslic_billing_app>git config --global credential.helper manager
C:\wslic_billing_app>git push -u origin main
--------------------------------------------------
Impor file ke git
C:\latih1>git add .
C:\latih1>git commit -m "UT" --> Membuat penamaan file misal UT
C:\latih1>git push -u origin main -- > Upload ke github
hapus file git
C:\latih1>git rm "coba.txt"
C:\latih1>git status
C:\latih1>git add .
C:\latih1>git commit -m "Menghapus file manual"
C:\latih1>git push origin main






