https://github.com/zoubin/git-utils
utils
https://github.com/zoubin/git-utils
Last synced: 12 days ago
JSON representation
utils
- Host: GitHub
- URL: https://github.com/zoubin/git-utils
- Owner: zoubin
- Created: 2021-01-26T04:54:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T11:04:48.000Z (about 5 years ago)
- Last Synced: 2025-04-19T18:13:55.841Z (about 1 year ago)
- Language: Shell
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-utils
- [Installation](#installation)
- Commands
- [git x](#git-x)
- [git blame-stat](#git-blame-stat)
- [git diff-stat](#git-diff-stat)
- [git diff-blame](#git-diff-blame)
## Installation
```bash
git clone https://github.com/zoubin/git-utils.git
cd git-utils
echo "export PATH="'"'`pwd`"/bin:\$PATH"'"' >> ~/.bash_profile
```
## git x
Try to execute git subcommands in multiple repositories.
```bash
git x ./* -- pull
git x ./* -- checkout master
git x packages/* -- grep kewords -- src
```
## git blame-stat

## git diff-stat

## git diff-blame
