- Basics of git
- git config user.name “First Last"
- git config --global user.email "[email protected]"
- git init FOLDER_NAME
- cd FOLDER_NAME
- find your assignment repo on your github account
- click clone or download and copy the URL
- git clone URL
-
notepad readme.md
-
go to editor
-
add a new line "kodluyoruz veribilimi bootcamp"
-
go back to terminal
-
git add
-
git commit -m ''
-
git push origin master
kodluyoruz_uguraydrd