Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Priiyam committed May 12, 2018
0 parents commit b2805cd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Introduction-to-Data-Science/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Instructions to submit assignments

**1) Fork the repository.**

**2) Clone the forked repo:**

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

**3) Change directory and create a folder with your name.**
Inside the folder create a text file with your details.

cd SMP18
mkdir your-name
cd your-name

**4) Add and commit changes. Push it to your repository.**

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

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

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

To pull the latest changes:

git fetch upstream
git checkout master
git merge upstream/master

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ISTE SMP 2018
ISTE Summer Mentorship Programme 2018 Projects

## [Introduction to Data Science](https://sites.google.com/view/iste-nitk-2018-ml/home)

0 comments on commit b2805cd

Please sign in to comment.