Git 2.23 ile geliyor. git checkout iki tane işi birden yapıyor
1. Switch branches veya
2. Restore working tree files
Bu işleri iki farklı seçeneği böldüler
Örnek
Şöyle yaparız
git switch develop
# same as 'git checkout develop'git switch -c new-branch# same as 'git checkout -b new-branch'
Hiç yorum yok:
Yorum Gönder