본문 바로가기
IDE/GIT

github에 contribute 하기

by forkballpitch 2019. 9. 4.
728x90
728x90
  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
728x90
728x90

'IDE > GIT' 카테고리의 다른 글

git사용시 덮어씌우기  (0) 2022.03.18
jira 설치하기  (0) 2019.01.10
github 폴더 커밋  (0) 2017.07.26
git 기초 퍼옴  (0) 2017.07.20
https://stackoverflow.com/questions/18588974/git-prevents-pushing-after-amending-a-commit  (0) 2017.07.19