일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- level 2
- Programmers
- level2
- 선형회귀
- github
- 타겟 넘버
- Python3
- 여행경로
- 전화번호 목록
- themida
- 2020 KAKAO BLIND RECRUITMENT
- 같은숫자는싫어
- vscode
- 동빈나
- 코딩테스트
- 프로그래머스
- 동적계획법
- level 3
- pwnable
- 문자열압축
- level1
- 더 맵게
- 자물쇠와 열쇠
- 개발
- level3
- DFS/BFS
- 베스트앨범
- 스택/큐
- 머신러닝
Archives
- Today
- Total
목록github (1)
hoon
HOW TO USE GIT?
git config --global user.name git config --global user.email #git 환경설정 확인 git config --global --list #repository 생성후 git clone # git add and commit git add git commit -m #git push git push origin master or git push origin main #use token(github 정책 변경으로 비밀번호로 push 불가능..) #github site에서 settings -> developer settings -> personal access tokens -> token 생성 (생성시 권한 설정을 해야함, 안하면 고생) #.git 디렉터리 안에 conf..
잡
2022. 7. 3. 19:05