Skip to content

RuslOFFICIAL/Git-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Pushing the changes to GitHub, update of .bat file in repository with changing the version number of script in "Variables.conf".
  2. Pushing the changes to GitHub, release the .zip file with changing the version number of Git-Scripts in "Variables.conf".

Dependencies:

  1. Git, to run the commands of the scripts.