Skip to content

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.

License

Notifications You must be signed in to change notification settings

Novimatrem/multicommittr.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multicommittr.sh

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

how to (win10)

Windows usage of the script is unsupported by me, I don't use Windows. It may work, it probably won't. I don't test it on Windows. See LICENSE for details.

For Windows, the script is only tested on the latest versions of Windows 11 and probably depends on it.

It should require Windows 11 version 23H2 build 22635.4145 or later.

Run the following commands inside of Git Bash in order to download and start the script.

Required dependencies are: Git Bash (https://github.com/git-for-windows/git/releases), and Microsoft's modern 'Windows Terminal' (from the Microsoft Store)

git clone https://github.com/Novimatrem/multicommittr.sh

cd multicommittr.sh

cmd "/C run-win-LTSC-enterprise.bat"

how to (linux)

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

License (code)

GNU GPLv3 Image

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published