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 Cloud Netflix
- intellij favorites
- ksqldb
- javascript case
- HandlerMethodArgumentResolver
- multipart테스트
- java
- JPA
- IntelliJ
- 마이크로 서비스
- Stream
- vue.js
- aws
- 리팩토링 2판
- 자바 ORM 표준 JPA 프로그래밍 정리
- 백명석님
- #docker compose
- 자바 ORM 표준 JPA 프로그래밍
- ksql
- 리눅스
- intellij 즐겨찾기
- Linux
- @TransactionalEventListener
- @Transactional Propagation
- CompletableFuture
- git
- 친절한 SQL 튜닝
- intellij 핵심 단축키
- findTopBy
Archives
- Today
- Total
목록git 기본 명령어 (1)
시그마 삽질==six 시그마

//저장소 생성 git init //git 전역 설정 정보 조회 git config --global --list //git 저장소별 설정 정보 조회 git config --list //현재 로컬저장소와 연결된 url반환 git remote -v //로컬 저장소 email,name 셋팅(Locally set email-address (separately for each repository) git config user.email "my_email@abc.com" git config user.email
프로그래밍/GIT
2020. 8. 20. 20:38