- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
-
ctrl + ` : ν°λ―Έλ κ»λ€ ν€κΈ°
-
ctrl + j : ν°λ―Έλ μλλ‘ λ΄λ¦¬κΈ° or λμ°κΈ°
-
cmd + μ«μ : κ·Έλ£Ή μ΄λ
-
cmd + ; : ν°λ―Έλκ³Ό vs codeκ° μ΄λ (λ³λ μ€μ νμ) λ§ν¬
-
cmd + w : νμ¬ νμ±ν λ«κΈ°
-
cmd + shift + e : νμΌ νμμΌλ‘ μ΄λ ν μμλ λλ¬μ νμΌ μμΉ μ νν ctrl + n(λ³λ μ€μ νμ) νλ©΄ νμΌ μμ± κ°λ₯
-
cmd + shift + L : κ°μ λ¨μ΄ νκΊΌλ²μ μ ννκΈ°
-
f2 ν¨μ μ΄λ¦ νκΊΌλ²μ λ°κΏλ μ¬μ©
-
cmd + D : κ°μ λ¨μ΄ νλμ© μ ννκΈ°
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| π Morning 263 commits βββββββββββββββββββββ 31.6% | |
| π Daytime 455 commits βββββββββββββββββββββ 54.7% | |
| π Evening 16 commits βββββββββββββββββββββ 1.9% | |
| π Night 98 commits βββββββββββββββββββββ 11.8% |