Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blckclov3r/git-config-sh
This script ensures that Git is configured with the specified username and email, and it provides feedback on the configuration status.
https://github.com/blckclov3r/git-config-sh
bash bash-script configuration git git-config git-configuration github-config shell shell-script
Last synced: 15 days ago
JSON representation
This script ensures that Git is configured with the specified username and email, and it provides feedback on the configuration status.
- Host: GitHub
- URL: https://github.com/blckclov3r/git-config-sh
- Owner: blckclov3r
- License: mit
- Created: 2023-09-06T15:17:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-06T15:28:56.000Z (over 1 year ago)
- Last Synced: 2024-11-28T21:07:26.394Z (2 months ago)
- Topics: bash, bash-script, configuration, git, git-config, git-configuration, github-config, shell, shell-script
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-config-sh
This script ensures that Git is configured with the specified username and email while providing feedback on the configuration status, making it useful for seamless switching between multiple Git configurations without the need for manual typing; simply change the user.name and user.email to get started.![image](https://github.com/blckclov3r/git-config-sh/assets/43292234/dc73a338-58c7-4bf0-9399-a3bf85559ed8)
![image](https://github.com/blckclov3r/git-config-sh/assets/43292234/835230c5-97fc-4fbf-8f84-a71f5350a6fa)