Giter Club home page Giter Club logo

pod2_repo's Introduction

Pod Test Repo

To do before each breakout session:

git pull on the main branch.

  • To check which branch you are on, use git branch
  • To change to main use, git checkout main.
  • Then you can do git pull.

When you pull, you will get all the new files and changes made by our pod. You will also be able to find the class challenges in the challenge folder.

Make a copy of the challenge file

If there is a prewritten python file for the challenge, make a copy of it into your folder like this:

From inside the folder where the challenge file is:

cp [FILE NAME TO COPY] [DESTINATION OF COPY]

cp temperature.py ../../serena_killion_folder

To do after you complete your challenge:

Please do not push on main!

Create your own branch. A good branch name should describe be description. for our purposes, using your name and the challenge name is sufficient. For example: serena-temperature

  • git checkout -b [YOUR_BRANCH_NAME] --> git checkout -b serena-temperature

  • git status -> check for new or modified files

  • git add [FILE NAME] --> add file so git will track it

  • git commit -m "YOUR_COMMIT_MESSAGE" --> commit file to git

  • git push --> push it to the repo

  • Now go to your pod's repo on GitHub.com and find the button to create a pull request.

  • Make sure your base is your pod's repo (for example: pod5_test_repo) and not Justice-Through_Code/pod_test_repo

  • Give a short description of your code and any questions you might have

  • Create Pull Request

Your T.A will review your pull request, make any comments, and merge into the pod repo!

pod2_repo's People

Contributors

pab2163 avatar manuelramos27 avatar hamzah-jtc avatar stevenkennedyonline avatar sterno2510 avatar sweetpea11 avatar yahighness avatar achandra16 avatar ashiq-r31 avatar timamonteiro avatar kevinharper7 avatar s-ruby avatar

Watchers

 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.