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

https://github.com/gimenete/git-scripts

My personal git scripts
https://github.com/gimenete/git-scripts

git github

Last synced: 3 days ago
JSON representation

My personal git scripts

Awesome Lists containing this project

README

        

If you want to use them:

- Clone the repo
- Make sure all the `git-*` commands have execution permission
- Put the root dir in your path
- Open a new terminal
- Enjoy!

Example:

```bash
# Rebases current branch with the default branch
# first fetching the latest changes from the remote repo
git update
```

Commands related to PRs require [hub](https://hub.github.com/) to be installed