Git Product home page Git Product logo

seng-scf-032122-phase-1's Introduction

SENG-SCF-032122-PHASE-1

To pull this repo down to your computer:

1. Click the fork icon

Fork icon

2. Make certain that your name shows up instead of learn-co-students. This is how you'll know you've successfully forked the repo over to your own Github account.

Successful fork icon

3. Click the big Code Button (yours might be green) to copy the SSH key/path that you will use to clone the repo onto your computer

cloning

4. in your terminal, cd to where you want this directory to live. type git clone (+ that copied SSH key), and hit 'enter'

cloning-part-2

5. cd into that directory and you're there!

Note: If you successfully added code to your Shell commands when you set up your environment, you should be able to use the command code plus the file you're cd'ing into. Or if you've cd'ed in as a separate command, you can use code . to open the new file.

then....

6. Go to your FORKED version of the repo and click Fetch upstream. Then click fetch and merge. This will sync your repo with the learn-co-students one (if and when there are updates for you).

fetch-upstream

fetch-upstream

7. Go into your VS Code. Make sure your terminal puts you into the outer directory called SCF-SENG-032122-phase-1 (not in an inner folder).

*To avoid merge conflicts, make sure your index.js does not have new code. Any code there can be cut and pasted into studentNotes.js. You can use the git restore <file path> command to make sure you aren't adding/committing that file *

8. Add and commit all changes (i.e., git add . and git commit -m "your message goes here")

9. Go ahead and git pull origin main or git pull --rebase and you should be good to go! (You can git push after this step. At this point your Github repo will be 100% up to date with what is on your system.)

seng-scf-032122-phase-1's People

Contributors

mishelbyt avatar ejdehaan 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.