Tulis README bahasa Indonesia
This commit is contained in:
14
README.md
14
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.
|
||||
|
||||
Reference in New Issue
Block a user