Home

Awesome

Oh-My-Zsh Plugin for Enhanced Git Functionality

This oh-my-zsh plugin provides a suite of functions to streamline the Git user experience. It includes features for installing and configuring Git, handling large files with Git LFS, improving diff outputs, and managing credentials and keys securely.

Features

Installation

  1. Clone the Plugin Repository: Clone this repository into your custom oh-my-zsh plugins directory:
git clone https://github.com/jrocha-dev/ohmyzsh-plugin-jrgit.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/jrgit/
  1. Activate the Plugin: Add jrgit to the list of plugins in your .zshrc file:
plugins=(... jrgit)
  1. Reload Your Shell: Reload your zsh configuration to apply the changes:
source ~/.zshrc

Usage

After installation, you can use the following aliases and functions to manage your Git environment:

Contributing

Contributions to this plugin are welcome! Please fork the repository, make your changes, and submit a pull request.

Support

If you encounter any issues while using this plugin, please open an issue in the repository on GitHub.

Thank you for using this oh-my-zsh plugin to enhance your Git experience!