Skip to content

Bash tool to manage git projects and keep track of repositories on cli

Notifications You must be signed in to change notification settings

maxiroellplenty/rsgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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.

About

Bash tool to manage git projects and keep track of repositories on cli

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages