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
- 자바스크립트
- 배열
- Spring_에러정리
- 이클립스
- spring
- Spring_오류정리
- git
- SQL_용어정리
- Git_명령어정리
- 인스턴스
- HTML
- java
- github
- 인덱스
- workbench
- CSS
- Linux_명령어정리
- SQL
- JavaScript
- vb.net
- jsp
- Linux
- DML
- json
- 아파치톰캣
- 자바
- asp.net
- 다이어그램
- Git_정리
- MySQL
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