https://github.com/maxiroellplenty/rsgit
Bash tool to manage git projects and keep track of repositories on cli
https://github.com/maxiroellplenty/rsgit
bash git git-autom housekeeping
Last synced: about 2 months ago
JSON representation
Bash tool to manage git projects and keep track of repositories on cli
- Host: GitHub
- URL: https://github.com/maxiroellplenty/rsgit
- Owner: maxiroellplenty
- Created: 2020-04-11T17:34:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T14:15:42.000Z (almost 6 years ago)
- Last Synced: 2025-06-07T01:04:50.190Z (about 1 year ago)
- Topics: bash, git, git-autom, housekeeping
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsgit v3
tested with macOS, adjust install path for other OS types
## Install
```
git clone https://github.com/maxiroellplenty/rsgit.git
```
```
cd rsgit
```
```
chmod +x rsgit
```
```
./rsgit --install
```
## Config
* Open the `/usr/local/bin/rsgit` file
* Add you repositories to the array in line 5
* repositoryPath=branchName
* repositoryPath is the path for the repo
* [Optional] branchName is the branch for the reset function
* example `/path/to/rsgit=master`
* Edit basePath in line 9
* example `/` or `/workspace`
## How to use
* Start new shell and type `rsgit`
## Options
* --install
* --uninstall
## Bugs
* Report bugs by creating an issue at this repo.