An open API service indexing awesome lists of open source software.

https://github.com/robert076/fastgit

Bash script to make commits and pushes faster by coding. Makes git more fun to use without having to type the same repetitive commands every time you want to save your progress.
https://github.com/robert076/fastgit

git shell shell-script

Last synced: 9 months ago
JSON representation

Bash script to make commits and pushes faster by coding. Makes git more fun to use without having to type the same repetitive commands every time you want to save your progress.

Awesome Lists containing this project

README

          

# fastgit
Bash script to make commits and pushes faster while coding.

## Setup

### Open your `.zshrc` file
On macOS, open your terminal and type:

```bash
vim ~/.zshrc
alias fastgit='bash {PATH_TO_FOLDER}/git.sh'
source ~/.zshrc
```