-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b2805cd
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|