Programming/Git
Git을 이용하여 잔디심는 방법
zero_two12
2020. 5. 5. 17:57
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