Files
tldr/pages.tr/common/git-worktree.md
2022-10-31 06:52:35 -03:00

21 lines
517 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git worktree
> Aynı depoya bağlı çoklu çalışan ağaçları yönet.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-worktree>.
- Belirtilen dala sahip yeni bir dizin yarat:
`git worktree add {{örnek/dizin}} {{dal}}`
- Yeni bir dala sahip yeni bir dizin yarat:
`git worktree add {{örnek/dizin}} -b {{yeni_dal}}`
- Bu depoya bağlı tüm çalışan dizinleri sırala:
`git worktree list`
- Bir çalışma ağacını (çalışma ağacı dizinini sildikten sonra) kaldır:
`git worktree prune`