ogit is a git wrapper tool that helps you with common git cli operations.

This tool is very useful if you have servers without a control panel or you constantly use root to do various operations.

Features

  • simple tool to manage your git passwords of multiple git accounts
  • if run as root it will switch to the user that owns the current folder and load its config
  • user user/password or ssh key to access a repository
  • ensure the ssh key has the correct (secure) permissions
  • automatic private key search in $HOME/.ssh/

Usage

you just need to type ogit instead of git.

You can easily set user/pass via the environment.

Use Cases

As an administrator you need to manage multiple repositories that are owned by different OS users.

closed beta

Contact us if you want to beta test it