Project Download Steps [EN]
To clone the repo you want to your own computer, make the following changes to the command line and write it to your terminal. Write the specified fields between the < and > signs.
- branch-name : Specifies which branch to clone (for example: push_swap)
- repo-link : GitHub repository URL (for example: https://github.com/nisaunnu/42_School_Curses.git)
git clone --branch <branch-name> --single-branch <repo-link>
Example:
git clone --branch push_swap --single-branch https://github.com/nisaunnu/42_School_Curses.git
Proje İndirme Adımları [TR]
İstediğiniz repo'yu kendi bilgisayarınıza clone'layabilmek için aşağıdaki komut satırında düzenlemeler yaparak terminalinize yazın. < ve > işaretleri arasındaki yerlere belirtilenleri yazınız.
- branch-adi : Hangi branch’i klonlayacağını belirtir (örneğin: push_swap)
- repo-linki : GitHub repository URL’si (örneğin: https://github.com/nisaunnu/42_School_Curses.git)
git clone --branch <branch-adi> --single-branch <repo-linki>
Örnek:
git clone --branch push_swap --single-branch https://github.com/nisaunnu/42_School_Curses.git
42 SCHOOL CURSES | |||||||||||||||||||||
|
| ||||||||||||||||||||
|
| ||||||||||||||||||||
|
|