The Git configuration includes various settings and aliases to enhance your Git workflow. You can customize the configuration further to suit your preferences.
cd ~
git clone --recursive https://github.com/TruongNhanNguyen/.gitconfig ~/.git
ln -s .git/.gitconfig .gitconfig
-
git-lfs
: An open source Git extension for versioning large files -
dandavison/delta
: A syntax-highlighting pager for git, diff, and grep output -
gh
: GitHub’s official command line tool -
gpg
: Telling Git about your signing key -
gpg-credential-store
: Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services. -
Login to multiple account with
gh
: Multiple Accounts with the CLI - v2.40.0
If you have suggestions or improvements for this project, feel free to open an issue or submit a pull request. Contributions are welcome!
This project is licensed under the MIT License.