250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- r
- 파이썬
- lda
- 게시판 만들기
- mysql
- java
- test
- jsp 파일 설정
- Topics
- 자바
- spring MVC(모델2)방식
- 幼稚园杀手(유치원킬러)
- db
- Python
- Gmarket
- 방식으로 텍스트
- 토픽추출
- Websocket
- 크롤링
- tomoto
- 코사인 유사도
- oracle
- 지마켓
- 이력서
- 네이버뉴스
- (깃)git bash
- word2vec
- 과학백과사전
- pytorch
- RESFUL
Archives
- Today
- Total
목록형상관리 (1)
무회blog
(깃)git bash, 로컬세팅, Github, commit ,001
, D 드라이브에 폴더 이름 "test" 로 폴더 만들기 mkdir test , test 폴더 들어가기 $ cd test , git repository 만들기 (깃을 초기화하고 여기서 사용할거라고 생각) $ git init , 파일 hello.txt 를 만들어서 안에 hello world! 라는 내용을 넣어줌 $ echo hello world! > hello.txt , 파일 hello.txt 상태를 확인 $ git status On branch master No commits yet Untracked files: (use "git add ..." to include in what will be committed) hello.txt nothing added to commit but untracked fil..
IT/형상관리
2021. 1. 23. 23:44