반응형
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
- 대이터
- 결합전문기관
- web
- vscode
- mglearn
- tensorflow
- CES 2O21 참여
- 머신러닝
- java역사
- web 사진
- paragraph
- bccard
- classification
- 웹 용어
- 재귀함수
- inorder
- KNeighborsClassifier
- web 용어
- html
- cudnn
- broscoding
- postorder
- pycharm
- Keras
- discrete_scatter
- C언어
- 데이터전문기관
- CES 2O21 참가
- 자료구조
- web 개발
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
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bqSyID/btqH0WpgKXZ/0f3yQBEltAFQVViEFGFPa1/img.png)
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
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cASbwU/btqH2yhjy9W/4jEBRVsIHyqLirfXeiVy4k/img.png)
$ git fetch $ git status $ git pull origin master
[IT]/git
2020. 9. 7. 00:36
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/vdRi5/btqIbzFJpg9/g6EDNdbtHvt5r2e7cU7kdk/img.png)
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