Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 정처기실기
- 타임리프Escape
- MySQL설치순서
- spring
- HelloWorld출력
- 타임리프SpringEL
- mybatis
- 타임리프Unescape
- 개체관계모델
- 타임리프 표현식
- cmd에서java파일실행
- mysql
- thymeleaf
- 타임리프날짜
- mysql설치하기
- 타임리프유틸리티객체
- 타임리프 특징
- 정보처리기사실기요약
- 스프링부트설정
- 타임리프변수
- 이클립스없이cmd
- java
- mysql다운로드
- 타임리프URL
- git
- 정보처리기사실기
- ER모델
- 정처기실기요약
- 타임리프기본객체
- 정보처리기사
Archives
- Today
- Total
목록git명령어 (1)
ye._.veloper

☁ git init ➡ git 생성하기 ☁ git clone git_path ➡ GitHub Repository 코드 가져오기 ☁ git checkout branch_name ➡ branch 선택하기 ☁ git checkout -t remote_path/branch_name ➡ 원격 브랜치 선택하기 ☁ git branch branch_name ➡ 브랜치 생성하기 ☁ git branch -r ➡ 원격 브랜치 목록보기 ☁ git branch -a ➡ 로컬 브랜치 목록보기 ☁ git branch -m branch_name change_branch_name ➡ 브랜치 이름 바꾸기 ☁ git branch -d branch_name ➡ 브랜치 삭제하기 ☁ git push remote..
Git
2023. 2. 4. 13:00