- git clone [๋ฆฌ๋ชจํธ URL] : ๋ณต์
- git init : git repo ์์ฑ
- git remote add [๋ฆฌ๋ชจํธalias] [๋ฆฌ๋ชจํธ์ฃผ์]
- git push -u [remote alias] [๋ก์ปฌ๋ธ๋์น๋ช ]
- git branch -M [์๋ธ๋์น๋ช ]
- git remote remove mask
- git remote
- git remote -v
Commit Convention
prefix
- feat: features (๊ธฐ๋ฅ๊ตฌํ)
- docs: documentations (๋ฌธ์์์)
- conf: configurations (ํ๊ฒฝ์ค์ )
- test: test
- fix: bug-fix (์ค๋ฅ์์ )
- refactor: refactoring (๊ธฐ๋ฅํฅ์)
- ci: Continuous Integration
- build: Build (๋น๋์ ๊ดํ)
- perf: Performance (ํผํฌ๋จผ์ค์ ๊ดํ)
Commit ๋จ์
๋์ํ๋๊ฐ
ํ๋นํ ์ด์ ์ ์๋ฏธ๊ฐ ์๋๊ฐ
๋ฐ์ํ
'๐ TIL' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[220406]CSS ์์ฑ (0) | 2022.04.06 |
---|---|
[220403] ๊ธฐ๋ณธ ๊ฐ์ / ํน์๋ฌธ์ (0) | 2022.04.05 |
[220401] git restore / reset / commit --amend (0) | 2022.04.02 |
[220330] git-flow (1) | 2022.04.01 |
[220328] CLI /vim / markdown (0) | 2022.03.28 |