Coder Social home page Coder Social logo

eeob563-spring2023's Introduction

EEOB563 Spring 2023 Course Repository

This repository will be used throughout the semester to host the files and documents used in the course. It is expected that you will pull all new changes to this directory at the beginning of each class so that you can work with the data and script files for the in-class activities and homework assignments. Additionally, this repository will store the syllabus and other documents.

For general information about the course, lecture slides, and to find descriptions of the weekly class activities please see the main course website:

https://isu-molphyl.github.io/EEOB563/

Cloning this Repository for the First Time

Before cloning this repository, we recommend that you first have an account on GitHub. The following instructions assume that you have Git installed and are working in a Unix-based operating system.

First, navigate to the directory that you would like to store the course repository:

cd ~/Documents/GitHub

Now, you can clone the repository:

git clone [email protected]:ISU-MolPhyl/EEOB563-Spring2021.git

Or you can use the HTTPS URL:

git clone https://github.com/ISU-MolPhyl/EEOB563-Spring2021.git

Now you have access to all of the files currently in the repository.

Pulling Changes

This repository will be updated frequently throughout the semester. Thus, to have the most up-to-date files, you should pull the changes before you start any activity. To do this, simply use the git pull command to pull the changes from the master branch on the remote host.

git pull origin master

Now all your files should be up-to-date. If you happened to have modified a file that is already in the repository (not common), then you may be unable to pull the changes. To find out which file you modified, check the status of your repository:

git status

This will then list the files that you have changed along with any files you have created in the repository. Look for the file that is indicated as modified. If you want to save the changes in this file, simply rename the file and then use git checkout to get the version currently on the remote host.

For example, if you accidentally modified the file called data.txt, copy this file to a new location:

cp data.txt data_modified.txt

And then check out the unmodified file:

git checkout data.txt

More Advanced Git Challenges

You will learn how to work with git in more detail in the early part of the course. If you have any issues, please contact the course instructors via Slack!

eeob563-spring2023's People

Contributors

dlavrov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.