Skip to content

Publicly shared class repo. For practicing, class activities, etc.

Notifications You must be signed in to change notification settings

als333/Class-Practice-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Practice Repo

Publicly shared class repo. For practicing, class activities, etc.

Initial steps

Fork this repository into your GitHub account. Then, clone your fork to your local machine:

git clone https://github.com/YOURNAME/Class-Practice-Repo.git

Add the original repository as the "upstream" remote repository.

cd <your-cloned-repo>
git remote add upstream https://github.com/naraehan/Class-Practice-Repo.git

Submitting to-do tasks

The routine goes like:

  1. Move into your local repo.

  2. Start by syncing with the original upstream:

	git pull upstream master
  1. Move into the current assignment directory (todo1, todo2, etc.)

  2. Work on your submission file. Name it todo1_yourname.txt or something like it.

  3. Don't forget to commit and save your progress while working on your file. Also, check status via git status.

  4. Occasionally push it to your GitHub remote fork ("origin").

  5. When you think you have a final version, push it one last time to your GitHub remote fork. Check the file on GitHub to make sure everything looks fine.

  6. Create a pull request for me.

About

Publicly shared class repo. For practicing, class activities, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published