curl, docker, git, git-add, git-commit, git-status, npm: add Indonesian translation (#4602)
This commit is contained in:
28
pages.id/common/git.md
Normal file
28
pages.id/common/git.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# git
|
||||
|
||||
> Sistem kontrol versi terdistribusi.
|
||||
> Informasi selengkapnya: <https://git-scm.com/>.
|
||||
|
||||
- Memeriksa versi Git:
|
||||
|
||||
`git --version`
|
||||
|
||||
- Menunjukkan bantuan umum:
|
||||
|
||||
`git --help`
|
||||
|
||||
- Menampilkan bantuan pada sub perintah Git (seperti `commit`,` log`, dll.):
|
||||
|
||||
`git help {{subcommand}}`
|
||||
|
||||
- Menjalankan subperintah Git:
|
||||
|
||||
`git {{subcommand}}`
|
||||
|
||||
- Menjalankan subperintah Git di jalur root repositori kustom:
|
||||
|
||||
`git -C {{alamat/ke/repositori}} {{subcommand}}`
|
||||
|
||||
- Menjalankan subperintah Git dengan set konfigurasi yang diberikan:
|
||||
|
||||
`git -c '{{config.key}}={{value}}' {{subcommand}}`
|
Reference in New Issue
Block a user