반응형
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 | 29 | 30 | 31 |
Tags
- pycharm
- 데이터전문기관
- 웹 용어
- postorder
- 머신러닝
- broscoding
- KNeighborsClassifier
- discrete_scatter
- 결합전문기관
- web 용어
- web
- java역사
- cudnn
- 자료구조
- vscode
- 대이터
- tensorflow
- mglearn
- bccard
- html
- classification
- web 사진
- C언어
- 재귀함수
- paragraph
- web 개발
- Keras
- CES 2O21 참가
- inorder
- CES 2O21 참여
Archives
- Today
- Total
목록[IT]/git (32)
bro's coding
github.push -d.원격 branch 제거
// local $ git branch -D // 원격 branch $ git push -d
[IT]/git
2020. 9. 7. 01:10

branch 주기 $ git push origin branch 받기 $ git fetch github의 update 내역을 받아옴 // only local branch $ git branch // all branch $ git branch -a $ git checkout -b $ git branch
[IT]/git
2020. 9. 7. 01:00

$ git fetch $ git status $ git pull origin master
[IT]/git
2020. 9. 7. 00:36

file name을 .gitignore로 만든다. https://www.atlassian.com/git/tutorials/saving-changes/gitignore .gitignore file - ignoring files in Git | Atlassian Git Tutorial Git ignore patterns are used to exclude certain files in your working directory from your Git history. They can be local, global, or shared with your team. www.atlassian.com
[IT]/git
2020. 9. 6. 23:56