250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 백준
- REST API
- 파이썬
- 신경망 학습
- 1101
- 오블완
- 밑바닥부터 시작하는 딥러닝
- 경사하강법
- Python
- REST
- 기계학습
- BOJ
- pyenv
- N-Queen
- 4948
- 개발환경
- 재귀
- 백트래킹
- 15649
- 파이싼
- 티스토리챌린지
- streamlit
- n과 m
- 가상환경
- end to end
- 손실함수
- 1002
- 9020
- 실버
- 그리디 알고리즘
Archives
- Today
- Total
파이톨치
[github] intial setting github With VSCode (수정 중) 본문
728x90
first, open vscode
and select clone git repo
insert your git repo url
then you can see thate repo cloned your computer.
if you change your file, you can see that mark.
setting git config
git config --global user.name ~~~
git config --global user.email ~~~
git branch -M main
but if you committed, github remote repo doesn't changed.
if you sync changes... or push your commit
you can see like that...
merge
if you can see this error, you have a problem about sync.
you have to pull....
git config pull.rebase false
728x90
'프로젝트' 카테고리의 다른 글
[프로젝트] auto GPU warning Program (0) | 2024.11.11 |
---|---|
[Dacon] Samsung AI Challenge 2024 (0) | 2024.08.20 |
[데이터 전처리] Mecab 을 사용하여 단어를 토큰화하기 (3) | 2022.09.03 |
[Mecab 오류] Exception: Install MeCab in order to use it: http://konlpy.org/en/latest/install/ (0) | 2022.09.03 |
[데이터 수집] AI 허브 이용하기 (0) | 2022.09.03 |