티스토리 뷰
728x90
create a new repository on the command line
echo "# <Reposity's name>" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin <url>
git push -u origin main
push an existing repository from the command line
git remote add origin <url>
git branch -M main
git push -u origin main
728x90
'Skills > Git & Github' 카테고리의 다른 글
[깃헙] github branch 생성, 업로드하기 (0) | 2022.07.17 |
---|---|
[ERROR] git pull 에러 해결 방법 (Your local changes to the following files would be overwritten by merge) (0) | 2022.06.13 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- python
- Unsupervised learning
- 구글드라이브연동
- 파이썬 클래스 다형성
- 서버에다운
- 구글드라이브다운
- CNN
- Prompt
- style transfer
- 파이썬 딕셔너리
- 서버구글드라이브연동
- 프롬프트
- 구글드라이브서버다운
- 파이썬 클래스 계층 구조
- cs231n
- 도커
- 파이썬
- NLP
- few-shot learning
- 구글드라이브서버연동
- 데이터셋다운로드
- support set
- 퓨샷러닝
- clip
- 도커 컨테이너
- stylegan
- 딥러닝
- prompt learning
- vscode 자동 저장
- docker
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함
250x250