Skip to content

A small script to add commit and push to your github repo with one command

Notifications You must be signed in to change notification settings

adityacodes30/gitty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Gitty

I got tired of writing multiple lines of code every time I wanted to commit and push my changes to Git. So, I created Gitty - a simple shell script that automates the process. It works on Linux and macOS.

The commit message is passed as an argument when running the script.

Setup

To set up Gitty, clone the repo and navigate to the directory where you cloned it ,then you need to move the script to a directory that's in your system's PATH and make it executable. You can do this by running the following commands:

sudo mv gitty.sh /usr/local/bin/gitty
sudo chmod +x /usr/local/bin/gitty

Sample usage

gitty "your-commit-message"

And thats it , it will add , commit and push the code to remote repo

About

A small script to add commit and push to your github repo with one command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages