Skip to content

Instantly share code, notes, and snippets.

View Kyun2da's full-sized avatar
🎯
Focusing

Kyun Heo Kyun2da

🎯
Focusing
View GitHub Profile
@Kyun2da
Kyun2da / gist:f7f9dece2dfa50e8ca7e05d68818a0ce
Created October 23, 2023 13:44
Angular Commit Convention
feat: A new feature
fix: A bug fix
docs: Documentation only changes
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: A code change that neither fixes a bug nor adds a feature
perf: A code change that improves performance
test: Adding missing or correcting existing tests
chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
> https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines
@Kyun2da
Kyun2da / git command shortcut.md
Last active July 30, 2022 16:26
git command shortcut

zsh κΈ°λ³Έ λ‚΄μž₯

  • gcam : git commit -a -m
  • gco : git checkout
  • gcb : git checkout -b
  • ggp : git push origin $(current_branch)
  • ggf : git push --force origin $(current_branch)
  • grb : git rebase
  • grba : git rebase --abort
  • grbc : git rebase --continue
@Kyun2da
Kyun2da / vs code shortcut.md
Last active August 8, 2022 01:54
vs code shortcut
  • ctrl + ` : 터미널 껏닀 ν‚€κΈ°

  • ctrl + j : 터미널 μ•„λž˜λ‘œ 내리기 or λ„μš°κΈ°

  • cmd + 숫자 : κ·Έλ£Ή 이동

  • cmd + ; : 터미널과 vs codeκ°„ 이동 (별도 μ„€μ • ν•„μš”) 링크

  • cmd + w : ν˜„μž¬ ν™œμ„±νƒ­ λ‹«κΈ°

  • cmd + shift + e : 파일 νƒμƒ‰μœΌλ‘œ 이동 ν›„ μœ„μ•„λž˜ λˆŒλŸ¬μ„œ 파일 μœ„μΉ˜ 선택후 ctrl + n(별도 μ„€μ • ν•„μš”) ν•˜λ©΄ 파일 생성 κ°€λŠ₯

  • cmd + shift + L : 같은 단어 ν•œκΊΌλ²ˆμ— μ„ νƒν•˜κΈ°

  • f2 ν•¨μˆ˜ 이름 ν•œκΊΌλ²ˆμ— λ°”κΏ€λ•Œ μ‚¬μš©

  • cmd + D : 같은 단어 ν•˜λ‚˜μ”© μ„ νƒν•˜κΈ°

🌞 Morning 263 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 31.6%
πŸŒ† Daytime 455 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 54.7%
πŸŒƒ Evening 16 commits ▍░░░░░░░░░░░░░░░░░░░░ 1.9%
πŸŒ™ Night 98 commits β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 11.8%