Windows İçin Git Kurulumu - Git For Windows

İlk olarak tarayıcımızı açıyoruz. 

Git'in resmi sitesi olan https://git-scm.com/downloads adresinden Windows'u seçiyoruz. 


Git yazılımını indirdikten sonra çalıştırıyoruz. 




Bu aşamadan sonra "Use Git from Bash only" seçeneğini seçmeliyiz. Çünkü Git'i yazdığımız arayüzün Bash tabanlı ve terminal ara yüzü olması için bunu yapıyoruz.







Artık Git kurulumunu tamamladık. 

Uygulama yüklendikten sonra bilgisayarımızda "Git" diye arama yaparsak karşımıza birden fazla uygulama gelecektir. Bu uygulamalar arasında en belirgin fark; karşımıza çıkan ara yüzlerdir. 


  •      Git GUI : "Git Graphical User Interface" dediğimiz bize grafiksel bir arayüz sunar. 
  •      Git Bash ve Git CMD : Metin tabanlı ara yüzlerdir. Bunlar bizden metinsel komutlar beklerler. Aralarındaki fark ise; syntax şeklidir. 
İlerleyen derslerde konularda ben linux kullanacağım için bash kabuğunu kullanacağız. Kullandığınız herhangi bir işletim sistemi üzerinden de aynı komutlarla takip edebilirsiniz.

-----------------------------------------------------------------------------------------


First we open our scanner.

We choose Windows from https://git-scm.com/downloads which is the official site of Git.



We run the GIT software after downloading it.




After this step, we should select "Use Git from Bash only". This is because we have written Git and our interface is Bash-based and has a terminal interface.







Now we have completed the Git installation.

After installing the application, multiple applications will appear if we do not search our computer by typing "Git". The most obvious difference between these applications is the interface.


  •      Git GUI: The "Git Graphical User Interface" gives us a graphical interface.
  •      Git Bash ve Git CMD : Text-based interfaces. They expect textual commands from us. The difference between them is; syntax.Since I use the linux operating system, we will use the bash shell in the future. You can also follow the same commands on any operating system you are using.





Yorumlar

Bu blogdaki popüler yayınlar

Python ile Görüntü İşleme Örnekleri

İlişkisel Veritabanı Modeli