git-alias: add Indonesian translation (#11118)
* feat: create git-alias Indonesian translation * fix: update transalation * feat: update translation
This commit is contained in:
17
pages.id/common/git-alias.md
Normal file
17
pages.id/common/git-alias.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# git alias
|
||||
|
||||
> Buat alias untuk perintah Git.
|
||||
> Bagian dari `git-extras`.
|
||||
> Informasi lebih lanjut: <https://github.com/tj/git-extras/blob/master/Commands.md#git-alias>.
|
||||
|
||||
- Tampilkan daftar semua alias:
|
||||
|
||||
`git alias`
|
||||
|
||||
- Buat alias baru:
|
||||
|
||||
`git alias "{{nama}}" "{{perintah}}"`
|
||||
|
||||
- Cari alias yang sudah ada:
|
||||
|
||||
`git alias ^{{nama}}`
|
Reference in New Issue
Block a user