Code Monkey home page Code Monkey logo

git_mode's Introduction

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.

A comparison of regular Git and git_mode:

Regular Git git_mode
__ g
git status s
git diff stuff stuff2 d stuff stuff2
git add stuff a stuff
git checkout stuff2 ch stuff2
git status s
git commit -m "added stuff" c -m "added stuff"
git push origin master" push origin master

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

git_mode's People

Contributors

tredecies avatar bjartur-precis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.