A collection of bash script tools made to simplify and speed up your GIT workflow automation.
Tip
If you enjoy this project and my work, please consider supporting me giving a ⭐ star ⭐ to this repository.
-
Clone the Bot GIT Tool repository anywhere you want 'bot_git_tool' on your system.
git clone --recurse-submodules https://github.com/iamprogrammerlk/bot_git_tool.git
Important
Don't forget the --recurse-submodules option,
If you already cloned the project and forgot --recurse-submodules, You must run following two commands from
the main project git submodule init to initialize your local configuration file, and git submodule update to
fetch all the files from the bot_git_tool project, you can use the foolproof
git submodule update --init --recursive command to also initialize, fetch and checkout any nested submodules.
This application efficiently identifies all repositories located within the specified directories, offering a comprehensive overview of your projects. GIT List also appends the git path to the '.gitconfig' file.
Run first time?
Warning
The GIT List command will overwrite the $HOME/.gitconfig file.
It is strongly recommended to create a backup before executing the GIT LIST operation.
-
Make the
git_list.shscript executable in thebot_git_tooldirectory.sudo chmod +x source/git_list.shThen run
./source/git_list.shThe GIT List will prompt you for your password to establish a symbolic link within your
/usr/local/bindirectory. This process is required only once. Additionally, it will generate all the necessary files within your$HOME/.config/bot_git_tool/git_listdirectory. -
Please open the
$HOME/.config/bot_git_tool/git_list/root_directory.conffile and add the list of root directories you wish to scan for GIT repositories. add one directory path on each line.[!IMPORTANT]
Please avoid adding directories that are high up in the directory tree, such as
/mnt/or/. This can slow down the scanning process. -
Please open the
$HOME/.config/bot_git_tool/git_list/git_config.conffile and include all your global Git configurations. This step is necessary becauseGIT Listoverrides your default.gitconfigfile in the home directory.
To run GIT List on any location within your system, open the terminal,
gitlist
-
I am Programmer @iamprogrammerlk
Contributors are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Make your changes with clear commit messages (
git commit -m "Add some AmazingFeature") - Push to the Branch (
git push origin feature/AmazingFeature) - Submit a pull request with description of changes
Read more about,
Get in touch with the project developers and the community through our Reddit.com Community forum.
Bug reports and feature requests can be submitted on the Github Issues. Please read the support.md and governance.md for more details.
Important
Please do not report security vulnerabilities through public Community Forum, GitHub Issues,
Discussions, or Pull Requests. Instead, use SECURITY ADVISORIES
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Code of Conduct, Governance, Security Policy, and be bound by the terms of the Contributor License Agreement.
Important
This project is not a platform for discussing politics, social issues, race, religion, gender, or sexual orientation. Please keep those discussions elsewhere.
This work is distributed under the Do What The F*ck You Want To Public License (WTFPL) 2.0 License.
See license for more information.
- ✅ Commercial use
- ✅ Distribution
- ✅ Modification
- ⛔
Patent use - ✅ Private use
- ⛔
Disclose source - ⛔
License and copyright notice - ⛔
Network use is distribution - ⛔
Same license - ⛔
State changes
- 🚫 Liability
- ⛔
Trademark use - 🚫 Warranty
- Copyright © 2025 🇱🇰 I am Programmer @iamprogrammerlk.
- Copyright © 2025 ❤️ Contributors.