GitXplorerGitXplorer
s

.gitconfig

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
e2b97c0d1fd9610a09bf82b8caf5eb9cf8edb547

docs: update `README.md`

ssozelfist committed 7 months ago
Verified
5dedb237f8fbca6a61eae887c881bf9010de6e2d

chore: update `.gitconfig`

ssozelfist committed 7 months ago
Verified
82bdf2182d46de3ac6cb42ecfe53b16d9cda226d

Update `.gitconfig`

ssozelfist committed 8 months ago
Verified
1625248421f326579667790b94d2b03095ed04f7

Update `.gitconfig`

ssozelfist committed 8 months ago
Verified
e7e990e255498c66acb10cc9639aa26593a4c539

Update `.gitconfig`

ssozelfist committed 9 months ago
Verified
52af585661737832c02edb39cd11389344fd827b

feat(alias): add `cleanup` git alias

ssozelfist committed 9 months ago

README

The README file for this repository.

Git Config

The Git configuration includes various settings and aliases to enhance your Git workflow. You can customize the configuration further to suit your preferences.

Usage

cd ~
git clone --recursive https://github.com/TruongNhanNguyen/.gitconfig ~/.git
ln -s .git/.gitconfig .gitconfig

Git setups

  • 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

Contributing

If you have suggestions or improvements for this project, feel free to open an issue or submit a pull request. Contributions are welcome!

License

This project is licensed under the MIT License.