Academic & Career Knowledge Base
Get Started
#Guides
Getting Started With Open Source
Introduction
A collection of course testimonials, guides, career prep resources, and much more! BUGS@NYU believes these resources should be available to the CS community at NYU both at CAS and Tandon for students to prepare for their career.
Code
Terminal
1# In general, you'll need to first fork the repository to your own account, then clone it to your own computer with2git clone https://github.com/YOUR-USER-NAME/nyu-wiki.github.io.git3# Next you'll want to set up your local master branch to track your forked repository. You can do this with:4git branch set-url --push origin https://github.com/YOUR-USER-NAME/nyu.wiki.github.io.git5git branch -u origin/master