Nikola-Ver / Short-git

This program allows you to shorten key git commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Short-git

This program allows you to shorten key git commands. To use shorthand commands, you need to set the program as the widnows environment variable.

Abbreviations:

  • git [sg]
  • pull [pl]
  • log [l] (log output with formatting)
  • add * -> commit -m -> push [p]
  • reflog [rl]
  • status [s]
  • merge [m]
  • rebase [r]
  • stash [st]
  • tag [t]
  • config [cg]
  • fetch [f]
  • clone [cl]
  • remote [rem]
  • show [sw]
  • add [a]
  • push [ps]
  • checkout [ch]
  • init [i]
  • --version [v]
  • commit -m [c]
  • add * -> commit -m [am]

About

This program allows you to shorten key git commands.


Languages

Language:Batchfile 100.0%