Git Nedir? - What is Git?
Git, bir versiyon kontrol sistemidir. Yapacağınız projelerin adım adım kopyalarını alarak ilerleyen süreçlerde aldığınız bu versiyonların kopyalarına rahatlıkla dönebilirsiniz.
Git sistemi daha çok yazılım geliştiriciler tarafından kullanılır. Ancak bilgisayar üzerinde yapacağınız herhangi bir proje, tez, makale (...vb)'de de kullanabilirsiniz. Çünkü kullanım alanı oldukça geniştir.
Git sistemi Linux çekirdeğini yazan Linus Torvalds tarafından yazılmıştır. Açık kaynak kodlu bir özgür yazılım ürünüdür.
Diyelim ki bir proje oluşturuyoruz. Öncelikle bir proje dizini içerisinde projemizle ilgili dökümanları eklemeye başlarız. Dökümanlarımız herhangi bir formatta olabilir. Git sistemi hemen hemen bütün dosya formatlarını destekler. Daha sonra git yazılımını proje dizinine yüklediğimiz zaman, git sistemi projenizdeki tüm dosyaları takip eder. Dilediğiniz bir anda projenin o anlık bir kopyasını alabilecek durumda olursunuz. Aldığınız dosyalar kabaca git sisteminde şu şekilde gözükür:
versiyon ismi
tarih
kim tarafından yazıldığı
gibi bilgiler tüm aldığınız versiyon kopyalarında gözükür. İstediğiniz zaman istediğiniz versiyona da dönme imkanına erişmiş olursunuz.
Bir sonraki konumuzda Linux ve Windows'da Git kurulumuna değineceğiz.
-----------------------------------------------------------------------------------------
Git, is a version control system. You will be able to take step-by-step copies of the projects and easily return to copies of these versions you have taken in the process.
The Git system is mostly used by software developers. However, you can also use it on any project, thesis, article (... etc) that you will do on the computer. Because the area of use is quite wide.
Git system by the Linux kernel written by Linus Torvalds. It is an open source free software product.
Let's say we are creating a project. First of all, we start to add documents about our project in a project directory. Our documents can be in any format. The Git system supports almost all file formats. Then when we install the software the Git to the project directory, it keeps track of all files on your system to the project. You can have a momentary copy of an anda project you wish. The files you get will appear roughly in the git system like this:
version name
history
written by who
will appear in all copies of the version you have received. You can access the version you want at any time.
We will be setting up Git on Linux and Windows at the next location.
Git sistemi daha çok yazılım geliştiriciler tarafından kullanılır. Ancak bilgisayar üzerinde yapacağınız herhangi bir proje, tez, makale (...vb)'de de kullanabilirsiniz. Çünkü kullanım alanı oldukça geniştir.
Git sistemi Linux çekirdeğini yazan Linus Torvalds tarafından yazılmıştır. Açık kaynak kodlu bir özgür yazılım ürünüdür.
Diyelim ki bir proje oluşturuyoruz. Öncelikle bir proje dizini içerisinde projemizle ilgili dökümanları eklemeye başlarız. Dökümanlarımız herhangi bir formatta olabilir. Git sistemi hemen hemen bütün dosya formatlarını destekler. Daha sonra git yazılımını proje dizinine yüklediğimiz zaman, git sistemi projenizdeki tüm dosyaları takip eder. Dilediğiniz bir anda projenin o anlık bir kopyasını alabilecek durumda olursunuz. Aldığınız dosyalar kabaca git sisteminde şu şekilde gözükür:
versiyon ismi
tarih
kim tarafından yazıldığı
gibi bilgiler tüm aldığınız versiyon kopyalarında gözükür. İstediğiniz zaman istediğiniz versiyona da dönme imkanına erişmiş olursunuz.
Bir sonraki konumuzda Linux ve Windows'da Git kurulumuna değineceğiz.
-----------------------------------------------------------------------------------------
Git, is a version control system. You will be able to take step-by-step copies of the projects and easily return to copies of these versions you have taken in the process.
The Git system is mostly used by software developers. However, you can also use it on any project, thesis, article (... etc) that you will do on the computer. Because the area of use is quite wide.
Git system by the Linux kernel written by Linus Torvalds. It is an open source free software product.
Let's say we are creating a project. First of all, we start to add documents about our project in a project directory. Our documents can be in any format. The Git system supports almost all file formats. Then when we install the software the Git to the project directory, it keeps track of all files on your system to the project. You can have a momentary copy of an anda project you wish. The files you get will appear roughly in the git system like this:
version name
history
written by who
will appear in all copies of the version you have received. You can access the version you want at any time.
We will be setting up Git on Linux and Windows at the next location.
Yorumlar
Yorum Gönder