Skip to content

commoningtoys/Instructions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Instructions

How to work on the repositories

  1. I assume that all of us is working on mac therefore I will only refer to the mac environment.
  2. You will need to install git on your computer, you can find an explanation on how to do it here.
  3. 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 type cd and a white space before). To clone the the directory in the termonal you need to type
    git clone theUrlOfTheRepository.git
    for example git 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. img
  4. 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 the master branch!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published