less than 1 minute read

git command

  • git init
  • git add .
  • git commit -m “first”
  • git remote add origin https://github.com/계정이름/레퍼지토리이름
  • git push origin master

  • git pull origin master

Updated: