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
- maven
- 정렬
- 오라클 trunc()
- trunc(sysdate)
- MAP
- web
- Git
- url
- trunc()
- 이진탐색트리
- 프로세스 종료
- ssd
- ArrayList
- 스레드
- desc
- 스케줄 삭제
- 멀티스레드
- cpu
- null
- RAM
- trunc(date)
- netstat
- Servlet
- HDD
- HashMap
- git push
- stack
- queue
- heap
- 오라클 버림 함수
Archives
- Today
- Total
목록git add (1)
無테고리 인생살이
[Git] git repository 생성 후, 작업한 파일을 깃허브에 push하기 (git init/add/commit/push)
git init git add git commit git push 1. git init 1-1. 깃 저장소를 생성할 경로로 이동하기 리눅스 기본 명령어 - pwd : print working directory (현재 경로 출력) - mkdir : make directory (폴더 생성) - cd : change directory (경로 이동) 1-2. Git repository 만들기 : git init : 깃 저장소(.git 파일)를 생성할 폴더에서, git init 명령어 입력 1-3. 깃 저장소가 생성됐는지 확인 : ls -a 리눅스 기본 명령어 - ls : list (디렉토리 목록 출력) - ls -a : (숨김 파일을 포함한 디렉토리 목록 출력) 2. git add 2-1. sample.txt ..
Git
2022. 1. 21. 17:58