Translate

Showing posts with label github. Show all posts
Showing posts with label github. Show all posts

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

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" ...