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.
- Host: GitHub
- URL: https://github.com/robert076/fastgit
- Owner: Robert076
- License: mit
- Created: 2025-04-02T13:39:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T07:40:20.000Z (about 1 year ago)
- Last Synced: 2025-05-28T08:36:41.973Z (about 1 year ago)
- Topics: git, shell, shell-script
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```