course-ds-base icon indicating copy to clipboard operation
course-ds-base copied to clipboard

Task 2.1 - Clone the tutorial repo and learn basic Git commands

Open mnrozhkov opened this issue 4 years ago • 1 comments

Branch: main

Task:

  • [ ] Fork & clone repo
  • [ ] create a branch: git_basics
  • [ ] checkout, create a file, commit & push to remote
  • [ ] Checkout diffs for main VS. git_basics
  • [ ] Create a PR and merge to main (on remote)

mnrozhkov avatar Oct 20 '21 15:10 mnrozhkov

Finished all 5 tasks:

  • [x] Forked & Cloned repo
  • [x] created a branch: git_basics
  • [x] checkout, created a file, committed & pushed to remote in 983650d71b38933e643aa1151d0cc569a90e5b75
  • [x] checkout diffs for main vs. git_basics in below picture
  • [x] created a PR and merged to main in e01cb03a82e9b44fa317801e33d1c0aed27169d9

image

mertbozkir avatar Jan 17 '22 22:01 mertbozkir