Jump to content

GIT: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 June 2025

  • curprev 14:4414:44, 8 June 2025 Rusyanto talk contribs 1,259 bytes +1,259 Created page with "== ✅ Langkah-langkah Upload Project Lokal ke Repo GitHub Kosong (via VS Code) == === 💡 Misalnya: === * Nama repo GitHub kamu: <code>traccar</code> * URL GitHub repo: <code><nowiki>https://github.com/rusyantonet/traccar.git</nowiki></code> === 🔹 1. Buka VS Code → Buka folder project kamu === === 🔹 2. Inisialisasi Git (jika belum) === Buka terminal (Ctrl + `) dan ketik: git init 🔹 3. Tambahkan semua file & commit git add . git commit -m "Initial comm..." Tag: Visual edit