일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- dev
- 햇소
- ES5+
- API
- html5
- JavaScript
- Python
- 선택자
- array
- CSS
- This
- 변수
- next.js
- hatso
- ES6+
- git
- 우아한테코톡
- react
- object
- 최적화
- hooks
- DOM
- learn next.js
- gitCLI
- es6
- JS
- developerlife
- github
- AI
- 함수
Archives
- Today
- Total
목록HS (1)
codinghatso
Git_CLI command language 명령어 모음
git command language를 표로 정리해 보았습니다. 공부를 하면서 새로운 명령어를 알아내면 계속 추가할 예정입니다. 우리 모두 협업 가능한 인재가 되도록 노력해 봅시다!! Command language explanation 보충설명 git init initialize repository 리포지토리 초기화 .git git repository git 저장소 git status working tree status git 상태확인 git add add to staging area staging area에 추가 git add . . refers to all files in the current directory 현 directory의 모든 파일 git commit create version 버전 만들..
Git/Git_CLI
2021. 8. 7. 18:04