mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
git-alias: add Indonesian translation (#11118)
* feat: create git-alias Indonesian translation * fix: update transalation * feat: update translation
This commit is contained in:
parent
a55a00dc8f
commit
ed83a9e2f0
1 changed files with 17 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue