개발

git 초기세팅 관련

eugenie 2021. 8. 23. 13:39
728x90

git ignore 작성법

[terminal] vim .gitignore

[.gitignore안에 적을 내용] *.DS_Store (등등 추적 금지할 파일)

 

git user/email설정

git config --global user.email (이메일)

확인: git config user.email

git config --global user.name (이름)

확인: git config user.name

728x90

'개발' 카테고리의 다른 글

[python] code snippet  (0) 2021.11.09
[보안] 토큰과 암호화  (0) 2021.09.29
유용한 명령어들  (0) 2021.08.19
VS code에서 ssh로 원격 연결해서 jupyter notebook쓸때 에러들  (0) 2021.08.19