Git-Scripts is a project which includes useful scripts for Git. To easily launch Git-Scripts use "Git-Scripts", or "Git-Scripts.bat", or original "Git-Launcher.bat". I hope someone are gonna use it. :3
Scripts:
- Git-Aliases is a script to set aliases in ".bashrc" in user directory.
- Git-Launcher is a script to launch the scripts in the folder ".bat files". Made to run the scripts without the need to search for the right script.
- Git-Link-Repo is a script to link your local repository files to a GitHub repository.
- Git-Login is a script to set username and email for Git.
- Git-Merge is a script to merge two branches.
- Git-Push is a script to push your changes to a GitHub repository.
- Git-Release is a script to make the files of Git-Script to a .zip file without .conf files.
To use Git-Aliases you need to create "Git-Aliases_Info.conf" in ".conf-files" folder following the instruction in "Git-Aliases_Info.conf.example". To use Git-Login you need to create "Git-Login_Info.conf" in ".conf-files" folder following the instruction in "Git-Login_Info.conf.example". To use Git-Push you need to create "Git-Push_Info.conf" in ".conf-files" folder following the instruction in "Git-Push_Info.conf.example".
First two numbers in version means some actual change. Third number means a little change. Git-Scripts update order:
- Pushing the changes to GitHub, update of .bat file in repository with changing the version number of script in "Variables.conf".
- Pushing the changes to GitHub, release the .zip file with changing the version number of Git-Scripts in "Variables.conf".
Dependencies:
- Git, to run the commands of the scripts.