https://guides.github.com/activities/hello-world/
https://backlog.com/git-tutorial/kr/stepup/stepup1_1.html
Hello World · GitHub Guides
The Hello World project is a time-honored tradition in computer programming. It is a simple exercise that gets you started when learning something new. Let’s get started with GitHub! You’ll learn how to: Create and use a repository Start and manage a new b
guides.github.com
1) git config --list
user.email에 자신의 이메일이 입력되어있는지 확인한다.
만약에 자신의 이메일이 없을 경우, git config user.email "[Your Email]"로 수정하기
2) commit후 push
'Programming > Git' 카테고리의 다른 글
6. Git 선택적 commit (0) | 2020.05.05 |
---|---|
5. Git 복습 (0) | 2020.05.05 |
4. Git 버전 만들기 (0) | 2020.05.04 |
3. Git add (0) | 2020.05.04 |
2. Git init : 디렉토리 설정 (0) | 2020.05.04 |