Skip to content

Perform common git actions faster.

Notifications You must be signed in to change notification settings

BrockAtkinson/gitcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

gitcmd

Perform common git actions faster.

How to use

Change cmd.exe's shortcut target (right-click->properties) to %windir%\system32\cmd.exe /K X:\path\to\gitdos.cmd

What it does

  • gi -> git init
  • gs -> git status
  • ga -> git add <args>
  • gt -> git tag <args> gd -> git diff <arg> gr -> git remote <args>
  • gf -> git fetch <args>
  • gb -> git branch <args>
  • gc -> git checkout <arg>
  • gcm -> git commit -m <args>
  • gup -> git push origin <arg> || git push <arg1> <arg2>
  • gdn -> git pull origin <arg> || git push <arg1> <arg2>
  • gcl -> git clone <args>

About

Perform common git actions faster.

Resources

Stars

Watchers

Forks

Packages

No packages published