https://corinediary.tistory.com/2

1. Git 설치하기 2. github에 new repository새로운 저장소 만들기 3. 내 컴퓨터에 원격 저장소 가져오기 git clone http://github.com/[이름]/[저장소명].git * git 설치 후 초기 설정을 위한 작업 git config --global user.이름 (이름 : 깃허브 가입 시 이름) git config --global user.이메일 (이메일 : 깃허브 가입 시 이메일) 4. git add,commit,push 현재 저장소에 있는 파일 상태 알기 git status git add 와 git commit 과 git push 를 차례대로 해줄 것 *Working Directory: 현재 파일을 작업(추가, 수정, 삭제)하고 있는 영역 *Staging Area:..
코딩신생아(0o0)
'https://corinediary.tistory.com/2' 태그의 글 목록