gsig123 / git_mode

A Simpler and Faster way to use Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Mode

A Simpler and Faster way to use Git

Git

Description

A simple Git terminal mode to use Git faster with your existing terminal of choice.

Features:

  • A mode to provide Git shortcuts.
  • That's it, it's simple.

Install

  1. Clone this repo to your root cd ~ && git clone https://github.com/Tredecies/git_mode.
  2. chmod git_mode chmod +x ~/git_mode/
  3. Execute the install script. ~/git_mode/install

Working with git_mode

To use shortcuts you enter git_mode first.

  • To enter git_mode, open a terminal and press g <Enter>.
  • To exit git_mode, close the terminal or enter ge.
Key Description
a or add git add
s or status git status
c or commit git commit
push git push
d or diff git diff
grep or search git search
m or merge git merge
b git branch
remote git remote
pull git pull
i or init git init
clone git clone
ch or checkout git checkout

About

A Simpler and Faster way to use Git


Languages

Language:Shell 100.0%