From ee8092a70d7c4f27aef1938bed7a04fd96cd1b51 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Mon, 27 Apr 2026 10:57:42 +0700 Subject: [PATCH] Tulis README bahasa Indonesia --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68ee769..2b564d5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ # BE_CPONE -## Devcpone sync +## Sinkron Devcpone -This repo includes a local git hook setup for syncing changes to devcpone. +Repo ini punya hook Git lokal untuk sinkron perubahan ke Devcpone. -Run this once in a fresh clone: +### Cara pakai ```sh ./scripts/devcpone_bootstrap.sh ``` -After that, pushing `master` will sync changed files to: +Setelah itu, setiap `git push` ke branch `master` akan mengirim file yang berubah ke: `one@devcpone.aplikasi.web.id:/home/one/project/one/one-api` + +### Catatan + +- Yang dikirim hanya file yang berubah dari commit terakhir. +- Tidak ada `delete` atau `move` file di remote. +- Kalau ada folder baru, isi folder itu ikut dikirim selama memang masuk commit.