The script to save my ability to code. Ensures all code and all code changes ends up automatically in the places they should, as a backup for safety. Those being:
- GitHub
- GitLab
Required dependencies are: Git Bash (https://github.com/git-for-windows/git/releases)
Note: ensure that prior to this you have already set up inside of Git Bash your:
git config --global --edit
Do the following with Git Bash:
git clone https://github.com/Novimatrem/multicommittr.sh
Using Windows Explorer go inside of the multicommittr.sh\windows-version
directory and double click on run-win-LTSC-enterprise.bat
Read the on-screen text carefully.
Linux usage of the script is unsupported by me, I don't have your setup. It may work, it probably will, and I do test it on Linux, but your mileage may vary. See LICENSE for details.
Run the following commands inside of your bash terminal emulator in order to download and start the script.
Required dependencies are: Bash, and a Terminal Emulator.
git clone https://github.com/Novimatrem/multicommittr.sh
cd multicommittr.sh
bash multicommittr.sh
multicommittr is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This product is licensed under the GNU GPL v3.0. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License (v3.0) for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.en.html.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.