git-stage: convert to alias page (#10942)
* git-stage: 'synonym' -> 'alias' * git-stage: convert to alias page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -1,33 +1,8 @@
|
||||
# git stage
|
||||
|
||||
> Değiştirilmiş dosyaları indekse ekle.
|
||||
> Bu komut `git add`'in eş anlamlısıdır.
|
||||
> Bu komut `git add` için bir takma addır.
|
||||
> Daha fazla bilgi için: <https://git-scm.com/docs/git-stage>.
|
||||
|
||||
- İndekse bir dosya ekle:
|
||||
- Asıl komutun belgelerini görüntüleyin:
|
||||
|
||||
`git stage {{örnek/dosya}}`
|
||||
|
||||
- Tüm (izlenen veya izlenmeyen) dosyaları ekle:
|
||||
|
||||
`git stage -A`
|
||||
|
||||
- Yalnızca izlenen dosyaları ekle:
|
||||
|
||||
`git stage -u`
|
||||
|
||||
- Yoksayılan dosyaları dahi ekle:
|
||||
|
||||
`git stage -f`
|
||||
|
||||
- Dosyaların parçalarını etkileşimli olarak sahnele:
|
||||
|
||||
`git stage -p`
|
||||
|
||||
- Belirtilen dosyaların parçalarını etkileşimli olarak sahnele:
|
||||
|
||||
`git stage -p {{örnek/dosya}}`
|
||||
|
||||
- Bir dosyayı etkileşimli olarak sahnele:
|
||||
|
||||
`git stage -i`
|
||||
`tldr git-add`
|
||||
|
Reference in New Issue
Block a user