Giter Club home page Giter Club logo

aa08-formulate-a-response's Introduction

Choose Your Branch!

This repo contains different versions of the starter code for aa08-formulate-a-response-temp, with each version stored in a program-specific branch. To download or clone the correct branch, choose a method (tiged, zip, or clone) and follow the instructions for your specific program.

tiged the branch

This is the most straightforward way to clone the project into a folder named aa08-formulate-a-response-temp. In the directory where you want the project to appear, simply run the following command for your program and preferred authentication method:

Online Full-Time

To authenticate with a Personal Access Token over HTTPS, run

npx tiged https://github.com/appacademy/aa08-formulate-a-response-temp#full-time aa08-formulate-a-response-temp

To authenticate with SSH, run

npx tiged appacademy/aa08-formulate-a-response-temp#full-time aa08-formulate-a-response-temp

Online Part-Time

To authenticate with a Personal Access Token over HTTPS, run

npx tiged https://github.com/appacademy/aa08-formulate-a-response-temp#part-time aa08-formulate-a-response-temp

To authenticate with SSH, run

npx tiged appacademy/aa08-formulate-a-response-temp#part-time aa08-formulate-a-response-temp

Note: The first time you run npx tiged, you will likely be asked if you want to install tiged. Go ahead and install it.

Unless you cloned the project into an already existing local git repo, run

cd aa08-formulate-a-response-temp && git init

to initialize the project as a git repository that you can connect to a remote repo in your personal GitHub account.

Download the branch as a .zip

READ THESE INSTRUCTIONS FULLY BEFORE IMPLEMENTING THEM AS YOU WILL LOSE ACCESS TO THIS PAGE ONCE YOU SWITCH TO YOUR PROGRAM BRANCH.

If you want to download your branch as a .zip file, click on the branch button to the upper-left of the file list above--the button should currently read "main"--and select your program from the resulting dropdown menu. This will take you to your program's branch. Once there, click the green "Code" button and select "Download ZIP" from the bottom of the menu. Move the .zip to your desired location and unzip!

Unless you unzipped the project in an already existing local git repo, run

cd aa08-formulate-a-response-temp && git init

to initialize the project as a git repository that you can connect to a remote repo in your personal GitHub account.

(To return to this page in your browser, simply select the "main" branch again.)

Clone the branch

To clone the branch, open a terminal and cd into the directory where you want the repo to go. Then run the command specified below for your program and preferred authentication method:

Online Full-Time

To authenticate with a Personal Access Token over HTTPS, run

git clone --branch full-time --single-branch https://github.com/appacademy/aa08-formulate-a-response-temp.git

To authenticate with SSH, run

git clone --branch full-time --single-branch [email protected]:appacademy/aa08-formulate-a-response-temp.git

Online Part-Time

To authenticate with a Personal Access Token over HTTPS, run

git clone --branch part-time --single-branch https://github.com/appacademy/aa08-formulate-a-response-temp.git

To authenticate with SSH, run

git clone --branch part-time --single-branch [email protected]:appacademy/aa08-formulate-a-response-temp.git

When you clone a repo, the cloned repo's remote origin will still point to the original repo.

To reassign the clone to your personal GitHub account (so you can push and pull changes), create a remote aa08-formulate-a-response-temp repo at https://github.com. Then, back in your local terminal, cd into the cloned repo and run the following commands to link the cloned repo to your newly created remote and push up the current code (replace with your actual GitHub username):

git remote set-url origin https://github.com/<YOUR-GH-USERNAME>/aa08-formulate-a-response-temp
git push -u origin

Note: The first command differs from the command GitHub tells you to use to connect an existing repo: you should run git remote set-url (as above) rather than git remote add (as GitHub recommends).

If you instead clone the project into a folder already initialized as a local git repo, you just need to remove the clone's remote connection to the original repo. cd into the cloned repo and run

rm -rf .git

WARNING: rm -rf is a dangerous command that will delete the specified directory--here, .git--and all of the directory's subfolders without any verification. Make sure you are in the cloned repo when you run this command.

aa08-formulate-a-response's People

Contributors

aa-assessment-project-manager[bot] avatar

Watchers

Kush Patel avatar a/A Admin avatar a/A Repo Releaser avatar  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.