git/github 사용방법(usage)

git/github 사용방법 학습해보자!

목표

  • github에 내 설정파일들 올리기
  • 계속 공부하기(Pull Request)

Commands

  • 웹상에서 Repository 생성
  • git clone ${URL}
  • git add -A
  • git status
  • git commit -m "message"
  • git push

참고 링크

https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners
https://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1/
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

Leave a Reply

Your email address will not be published. Required fields are marked *