반응형
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 |
Tags
- bccard
- 결합전문기관
- java역사
- broscoding
- mglearn
- 웹 용어
- discrete_scatter
- paragraph
- vscode
- 재귀함수
- 데이터전문기관
- web
- CES 2O21 참여
- pycharm
- 대이터
- 머신러닝
- C언어
- KNeighborsClassifier
- postorder
- html
- cudnn
- web 개발
- inorder
- Keras
- tensorflow
- web 사진
- classification
- web 용어
- CES 2O21 참가
- 자료구조
Archives
- Today
- Total
bro's coding
git.add.-A.commit.-m 본문
반응형
$ git status
git에서 아직 cat과 mouse 파일들을 쳐다보지 않고 있다.
(파일들이 만들어졌다의 의미)
$ git add -A
이곳의 모든 파일을 git에 넣을 준비
$ git status
$ git commit -m "설명"
$ git status
반응형
'[IT] > git' 카테고리의 다른 글
git.reset.--hard (0) | 2020.09.06 |
---|---|
git.sourcetree.log.history (0) | 2020.09.06 |
git log (0) | 2020.09.06 |
git.sourcetree.commit (0) | 2020.09.06 |
git.status (0) | 2020.09.06 |
git.config.user.name/email (0) | 2020.09.06 |
git.sourcetree.download (0) | 2020.09.06 |
git.install (0) | 2020.09.06 |
Comments