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

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

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.