250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- AJAX
- Docker
- Spring Boot
- 오픈소스
- Source
- PostgreSQL
- MSSQL
- git
- oracle
- 설정
- Exception
- myBatis
- Thymeleaf
- Python
- spring
- error
- JavaScript
- STS
- IntelliJ
- JDBC
- SpringBoot
- MySQL
- Eclipse
- ubuntu
- Core Java
- Open Source
- jpa
- Tomcat
- maven
- 문서
Archives
- Today
- Total
목록2024/12/27 (1)
헤르메스 LIFE
[Git] Git 명령어 / 사용법
게임을 하면서, Git 명령 배우기 https://learngitbranching.js.org/?locale=ko Learn Git BranchingAn interactive Git visualization tool to educate and challenge!learngitbranching.js.org 사용하는 Git 명령어를 정리해봤습니다.계속 수정 변경해서 추가할 예정입니다.초기 셋팅 ~ 일반 명령# 전역 사용자 등록$ git config --global user.name 'hermeswing'# 전역 사용자 이메일 등록$ git config --global user.email 'hermeswing@naver.com'# 기본 설정. 시스템에서 line ending 을 처리하는 방법에 따른다. # ..
형상관리
2024. 12. 27. 10:41