# Catatan Seekor: GIT

## Branch

| Pattern                                           | Example                            |
| ------------------------------------------------- | ---------------------------------- |
| {stage}-{version}-{feature}-{function}-{username} | dev-1.0.0-login-jwt-generator-john |

### Commit Message

* [Conventional Commits](https://www.conventionalcommits.org)

### Versioning

* [Semantic Versioning](https://semver.org)

### Link

* [A successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/)
* [Caching your GitHub password in Git](https://help.github.com/en/articles/caching-your-github-password-in-git#platform-linux)
* [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/)
* [Error : Solving GIT Error Setting Certificate Verify Locations](https://adelomar.wordpress.com/2018/04/17/error-solving-git-error-setting-certificate-verify-locations/)
* [error setting certificate verify locations](https://www.programmersought.com/article/29672360520/)
* [error: could not lock config file filepath/../.git/config :permission denied](https://stackoverflow.com/questions/32084684/error-could-not-lock-config-file-filepath-git-config-permission-denied)
* [Fixing "go get" and "terminal prompts disabled" when pulling private and public repos from gitlab](https://snippets.aktagon.com/snippets/909-fixing-go-get-and-terminal-prompts-disabled-when-pulling-private-and-public-repos-from-gitlab)
* [git - the simple guide](https://rogerdudler.github.io/git-guide/)
* [git clone: error setting certificate verify locations](https://github.com/scalingexcellence/scrapybook/issues/36)
* [GitLab - ssh -T git@xxxx.gitlab.com - asking password](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/34479#note_33816522)
* [Gitlab CI/CD push notif into microsoft teams](https://docs.gitlab.com/ee/user/project/integrations/microsoft_teams.html)
* [How to ignore files already managed with Git locally](https://dev.to/nishina555/how-to-ignore-files-already-managed-with-git-locally-19oo)
