Code Monkey home page Code Monkey logo

smp19's Introduction

ISTE SMP 19

ISTE Summer Mentorship Programme 2019 Projects

Instructions to submit assignments

1) Fork the repository.

2) Clone the forked repo:

 git clone https://github.com/your-username/SMP19.git

3) Change directories and then change into the directory for your respective SMP

 cd SMP19
 cd <SMP Name>

4) Create a folder with the current week number. Then inside that create a directory with your name. Inside the folder create a text file with your details.

 mkdir Week-<X>
 cd Week-<X> // where X corresponds to the week number
 mkdir your-name
 cd your-name

5) Add and commit changes. Push it to your repository.

git add .	// adds all files
git commit -m "Your message"
git push origin master

6) Login to github and send a pull request to ISTE-NITK/SMP19* To configure upstream:

git remote add upstream https://github.com/ISTE-NITK/SMP19.git

To pull the latest changes:

git fetch upstream
git checkout master
git merge upstream/master

smp19's People

Contributors

amodhshenoy avatar m0bi5 avatar

Watchers

 avatar

Forkers

eodenyire

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.