tldr/pages.tr/common/gitmoji.md

33 lines
688 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# gitmoji
> Commit'lerde emoji kullanmak içni interaktif bir komut satırı aracı.
> Daha fazla bilgi için: <https://github.com/carloscuesta/gitmoji-cli>.
- Commit sihirbazını çalıştır:
`gitmoji --commit`
- Git hook'u başlat (bu sayede `git commit` çalıştırıldığı zaman `gitmoji` otomatik olarak çalıştırılabilir):
`gitmoji --init`
- Git hook'u sil:
`gitmoji --remove`
- Tüm kullanılabilir emojileri ve açıklamalarını sırala:
`gitmoji --list`
- Belirtilen kelime sırası için emoji sırası ara:
`gitmoji --search {{kelime1}} {{kelime2}}`
- Ana depodan emojileri güncelle:
`gitmoji --update`
- Genel tercihleri düzenle:
`gitmoji --config`