- I assume that all of us is working on mac therefore I will only refer to the mac environment.
- You will need to install git on your computer, you can find an explanation on how to do it here.
- Once you have git installed you can clone a repository on your computer to work on it locally if you wish. To do that you have to open terminal and go to the directory where you want to download the files to do that use the command
cd path/to/directory
if you can't remember the whole path to the directory than simply drag and drop the folder onto the terminal (but don't forget to typecd
and a white space before). To clone the the directory in the termonal you need to type
git clone theUrlOfTheRepository.git
for examplegit clone https://github.com/commoningtoys/PredatorVSPreyModel.git
To get the url of the repository click on the Clone or Download button and copy the url. - Now you should have a copy of the repository on your computer. For each project there will always be branches with your names, if you want to work on the code please run this command on the terminal
git checkout shintaro
please never work on themaster
branch!
-
Notifications
You must be signed in to change notification settings - Fork 0
commoningtoys/Instructions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published