Skip to content

This script let's you automate your git workflow from adding a file to staging to committing a file to pushing a file to git. Thus you end saving so much time and efficiently manage your source code.

Notifications You must be signed in to change notification settings

spantheslayer/gitmane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

✍🏻 Installation

  • Run the script below, it will take care of everything for you
cd $HOME/.config && git clone https://github.com/spantheslayer/gitmane.git && cd gitmane && ./exec.sh && cd $HOME

πŸ€„οΈ Usage

  • Whenever you want to commit something, just type:
$ p <file name you want to commit/push>
  • If you want to commit multiple files (as many as you want) type:
$ p <file name 1> <file name 2> <file name 3>
  • If you want to commit all files, just type:
$ p
  • In all cases, you will be asked to enter a commit message, type it and press enter.
  • It will automatically push to the current branch you are in.

Note: after installation if you get "command not found: p" after running it for the first time, just restart your terminal and you'll be good to go πŸš€

πŸ™ˆ That's it! Enjoy! πŸŽ‰

🌿 Now you can commit and push to your git repository with just one command! Godspeed! πŸš€
πŸ’€ God knows what are you going to do with all this time you're going to save!! πŸ˜‚

About

This script let's you automate your git workflow from adding a file to staging to committing a file to pushing a file to git. Thus you end saving so much time and efficiently manage your source code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages