Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalcine/gitrc
A bunch of shell scripts and files dedicated to my use of Git
https://github.com/jalcine/gitrc
dotfiles git shell
Last synced: 24 days ago
JSON representation
A bunch of shell scripts and files dedicated to my use of Git
- Host: GitHub
- URL: https://github.com/jalcine/gitrc
- Owner: jalcine
- Created: 2014-10-26T18:25:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T07:24:51.000Z (almost 7 years ago)
- Last Synced: 2023-03-23T13:01:21.197Z (over 1 year ago)
- Topics: dotfiles, git, shell
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Git-Related Dotfiles
In lieu of the core dotfiles growing large and me being a Git power user, I
figured it made sense splitting it out into its own repository. This repository
would include things like the core configuration, aliases and binaries that
accelerate one's use of Git (or just mine).## Types for Commit Message Format
* 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 tests
* chore: Changes to the build process or auxiliary tools and libraries such as documentation generation