Git -- Easy Save

Purpose 1

Steps 1

The Scripts 1



Purpose

I wanted to make it easy to save changes to the remote repository on GITHUB without using git commands or changing branches. Thus, this will add all files and upload them. For delete, or rename, the changes will be reflected at the next time you run the command. All committed changes locally will synced to the remote repository. Most of the time, its just add. Thus this makes it easy.

Steps

The Scripts