iPod Video White

๐Ÿ““ TIL

[220329] Commit Convention

k_m_jin 2022. 3. 29. 22:43
  • 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