Translate

Thursday, May 21, 2026

Github : Perintah Untuk Update Repository Github

Ini adalah perintah di untuk update repository di Github :


  1. git status
  2. git add .
  3. git commit -m "update isi repository"
  4. git push origin main

No comments:

Post a Comment

Github : Perintah Untuk Update Repository Github

Ini adalah perintah di untuk update repository di Github : git status git add . git commit -m "update isi repository" ...