... | @@ -55,9 +55,9 @@ All of the dataton cases are created as projects at data science society group o |
... | @@ -55,9 +55,9 @@ All of the dataton cases are created as projects at data science society group o |
|
- In Git Bash type:
|
|
- In Git Bash type:
|
|
git branch -av
|
|
git branch -av
|
|
|
|
|
|
6. If you have not worked on this project before then create your own branch named like your Datathon Team name
|
|
6. If you have not worked on this project before then select the master branch
|
|
- In Git Bash type:
|
|
- In Git Bash type:
|
|
git checkout -b "...branch_name..."
|
|
git checkout -b master
|
|
|
|
|
|
7. If you worked on this project before then select your branch
|
|
7. If you worked on this project before then select your branch
|
|
- In Git Bash type:
|
|
- In Git Bash type:
|
... | @@ -67,7 +67,7 @@ All of the dataton cases are created as projects at data science society group o |
... | @@ -67,7 +67,7 @@ All of the dataton cases are created as projects at data science society group o |
|
- In Git Bash type:
|
|
- In Git Bash type:
|
|
git pull
|
|
git pull
|
|
|
|
|
|
9. Copy, Paste, Edit, Create, Mine the data and save files in your project folder
|
|
9. Copy, Pase, Edit, Create, Mine the data and save files in your project folder
|
|
|
|
|
|
10. View files that can be added
|
|
10. View files that can be added
|
|
- In Git Bash type:
|
|
- In Git Bash type:
|
... | @@ -80,8 +80,9 @@ All of the dataton cases are created as projects at data science society group o |
... | @@ -80,8 +80,9 @@ All of the dataton cases are created as projects at data science society group o |
|
|
|
|
|
12. Commit changes
|
|
12. Commit changes
|
|
- in Git Bash type:
|
|
- in Git Bash type:
|
|
git commit -n "description of the commit"
|
|
git commit -m "description of the commit"
|
|
|
|
|
|
13. Upload
|
|
13. Upload
|
|
|
|
Name a branch on your Dataton TEAM or whatever
|
|
- In Git Bash type:
|
|
- In Git Bash type:
|
|
git push --set-upstream origin "...branch_name..." |
|
git push --set-upstream origin "...branch_name..." |
|
|
|
\ No newline at end of file |