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
- Host: GitHub
- URL: https://github.com/gimenete/git-scripts
- Owner: gimenete
- Created: 2018-07-02T09:38:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T10:20:04.000Z (over 4 years ago)
- Last Synced: 2025-03-31T05:26:36.643Z (about 1 month ago)
- Topics: git, github
- Language: Shell
- Size: 3.91 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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