Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 484 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 484 Bytes

git_basics

  • Basics of git


  • 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