Skip to content

Latest commit

 

History

History

git

git/

git config files

dotbot config

Used by dotfiles/meta/configs/git.yaml

File/Directory structure

dotfiles/tools/git/
├── .gitconfig
├── .gitignore_global
├── README.md
├── git-commit-template-joelparkerhenderson.txt
└── git-commit-template-timmybytes.txt

.gitconfig

Default Git configs

.gitignore_global

Default git ignore list

git-commit-template-joelparkerhenderson.txt

Git commit template

Obtained from https://github.com/joelparkerhenderson/git-commit-template/blob/main/git-commit-template.txt

git-commit-template-timmybytes.txt

Git commit template

Obtained from https://github.com/timmybytes/dotfiles/blob/main/git/commit-conventions.txt

Signing git commits

Using SSH