git terminal 사용법(init부터 push까지..)
·
mac 적응기/기초 정리
git push 잘못해서 팀원 코드를 날려버렸다...ㅠㅠ 정말 미안미안해~ 그래서 깃 올리는 방법 다시 정리 1. 파일 올리기 $ git init //확인용이라 미리 연결했으면 안해도 됨 $ git config --global user.name $ git config --global user.email - 깃 상태 $ git status >> 추적하지 않는 파일 존재하면(그게 내가 올리려는 파일이면) - 파일 추가하기 $ git add -A - 커밋 메시지 설정 $ git commit -m "plz" - 깃주소랑 연결 $ git remote add origin https://github.com/본인 깃 주소 - 확인? $ git remote -v origin https://github.com/본인 깃 주..
iterm2로 github push 하기
·
mac 적응기/기초 정리
+ 추가!) https://pineapplemango.tistory.com/121 git terminal 사용법(init부터 push까지..) git push 잘못해서 팀원 코드를 날려버렸다...ㅠㅠ 정말 미안미안해~ 그래서 깃 올리는 방법 다시 정리 1. 파일 올리기 $ git init //확인용이라 미리 연결했으면 안해도 됨 $ git config --global user.name $ git pineapplemango.tistory.com # 파일로 이동 1. git init #git repository 초기화 2. git add . # 전체 파일 추가 3. git add 파일/디렉토리 경로 도 가능 4. git commit -m "first commit" # 추가한 파일 commit 5. git r..
TaffyMuffin
'Push' 태그의 글 목록