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
- vue.js
- ksql
- #docker compose
- aws
- @Transactional Propagation
- HandlerMethodArgumentResolver
- @TransactionalEventListener
- findTopBy
- CompletableFuture
- 자바 ORM 표준 JPA 프로그래밍 정리
- git
- java
- 친절한 SQL 튜닝
- IntelliJ
- Spring Cloud Netflix
- intellij 즐겨찾기
- Stream
- 백명석님
- 마이크로 서비스
- multipart테스트
- intellij 핵심 단축키
- 원격 브랜 삭제
- intellij favorites
- 리팩토링 2판
- 리눅스
- JPA
- 자바 ORM 표준 JPA 프로그래밍
- ksqldb
- javascript case
- Linux
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