반응형
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
- 프로그래밍
- Eclipse
- CSS
- 개발자
- 스프링
- edwith
- 쿠키런킹덤공략
- programmers
- 티스토리챌린지
- 딥러닝
- 쿠키런킹덤
- SQL
- 스프링퀵스타트
- 크리스마스
- 쿠키런킹덤크리스마스
- dart
- 쿠킹덤
- 자바
- 이클립스
- MySQL
- oracle
- 홀리데이익스프레스
- 쿠킹덤공략
- HTML
- Spring
- Java
- GIT
- 오블완
- 프로그래머스
- 웹개발
Archives
- Today
- Total
Dev study and notes
[sql] [github] 20200831 sql github시작 본문
반응형
git/github 형상관리.
***git 설치
https://git-scm.com/
설치>모두 next>완료
cmd 실행 > "git --version" 타이핑(설치완료 확인 가능)
*예시화면
==================================================
C:\Users\PC-20>git -version
unknown option: -version
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
C:\Users\PC-20>git --version
git version 2.28.0.windows.1
==================================================
*예시화면끝
*bash : 윈도우 환경에서 리눅스 명령어를 실행해도 윈도우 명령어로 실행
즉 윈도우에서 리눅스 명령어로 작업을 할수 있다.
서버는 대다수가 리눅스 환경임
git 명령어 확인
git bash 에서 실행
GITHUB 계정생성
반응형
'studyLog' 카테고리의 다른 글
Comments