SimpleGit - Git made simpler

Simple Git

What is it?

Simple Git makes git easier, combining multiple git commands or asking for input and converting that user input into a git command.

Install

wget simple-git.glitch.me/sg.sh

Quick Start:

bash sg.sh - Start the program
sg setup - Set up the repo
sg exp - Add all files to the stage, adds a commit message, exports to GitHub.

And thats it!

I’m 90% sure that you can’t have spaces around your equal signs in bash like in .env

1 Like

Perhaps you should add a way to delete the branch after you’ve pushed changes?

I was able to fix it, turns out you need quotes around variables :grimacing:

I’ll look into doing that :slight_smile:

Perhaps gist support aswell?