Skip to content

jackhuangg/git-shell-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

git-shell-script

Shell script created for make commits onto github quicker.

How to use

Download both files:

  • gitsetup.sh is for making the initial commit and linking the directory to your github repository
  • gitcommit.sh is for making quick commits to a branch

Place both files in your current working directory

  • run using command ./gitsetup.sh or ./gitcommit.sh

OR

Place both files in your Users folder

  • run using command ~/gitsetup.sh or ~/gitcommit.sh

To reach your Users folder

  • open your Documents folder
  • press Option(⌥) + Command(⌘) + Up-Arrow
  • drag and drop the files there.

Screen Shot 2020-08-04 at 11 38 48 AM

Disclaimer

The lack of features is because I am currently only using git for pushing code to my personal repositories. Later on, I will add more options to these shell scripts.

About

Script that helps me commit changes to GitHub much faster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages