목록github (1)
wasup

git 저장소 생성 후 원하는 파일 위치에서 git init git remote add origin [http://github.com/userName/repositorysName.git git remote #확인 git pull origin main gitignore 파일 만들기 vi .gitignore 내용 작성 저장 :wq https://gbsb.tistory.com/11 .gitignore 간단하게 만들기 1. 처음부터 .igtignore 파일을 만들 경우 프로젝트 디렉터리로 이동한 뒤 아래의 명령어를 쳐보자. $ vim .gitignore 그러면 아래와 같이 보일것이다. 이제 [입력모드]로 들어가서 Git 에게 무시받을 정 gbsb.tistory.com git commit git add -A wa..
IT etc/Git
2022. 8. 29. 15:36