Technology/etc.
[Github]#0 GitHub 사용 시작하기
문베디드
2017. 5. 5. 16:14
1. GitHub 계정생성
옛날에 만들어 놓은게 있어서 비밀 번호 찾고 사용 시작
2. GitHub Guide 읽어보기
기본적인 명령들은 항상 보지만 까먹는 듯... 일단 매일 쓰는 연습이 필요한 것 같다.
https://guides.github.com/activities/hello-world/
- Create and use a repository
- Start and manage a new branch
- Make changes to a file and push them to GitHub as commits
- Open and merge a pull request
일단 이거를 하라고 하니까 해보자
*repositories, branches, commits, pull-requests
1. Create and use a repository
Take a look at your GitHub profile and you’ll see your new contribution squares!
https://help.github.com/articles/viewing-contributions-on-your-profile/
To learn more about the power of Pull Requests, we recommend reading the GitHub Flow Guide. You might also visit GitHub Explore and get involved in an Open Source project
https://guides.github.com/introduction/flow/
https://github.com/explore