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
- Linux
- JavaScript
- 자바스크립트
- json
- 인스턴스
- git
- MySQL
- Spring_에러정리
- Spring_오류정리
- Git_명령어정리
- jsp
- spring
- CSS
- SQL
- Linux_명령어정리
- 다이어그램
- 인덱스
- SQL_용어정리
- java
- workbench
- github
- asp.net
- HTML
- DML
- 아파치톰캣
- Git_정리
- 이클립스
- 배열
- vb.net
- 자바
Archives
- Today
- Total
목록Git정리 (1)
데브마우스
[Git] 작업 트리에서 파일 수정하는 방법 정리
git init을 하여 이미 test-git 디렉터리가 git 저장소로 초기화되어 있다고 가정합니다. 아래 명령어를 입력하여 git의 상태를 확인합니다. git status 출력: On branch main No commits yet nothing to commit (create/copy files and use "git add" to track) test-git 디렉터리에 메모장으로 test.txt를 추가하고 test를 작성였습니다. git status 출력: On branch main No commits yet Untracked files: (use "git add ..." to include in what will be committed) test.txt nothing added to commit ..
Git/Git: 정리
2024. 1. 9. 16:12