Skip to content

ta-tikoma/console-git-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console-git-wrapper

Simple console git client wrapper. It script for wrap git commands and quickly exec him.

Screenshot

Install

  1. Clone repository.
  2. Add path to repository folder to PATH.
  3. Open cmd, go to any repository folder with .git.
  4. Run command cgw.

Commands

Short Description
Base
s show status
c commit all changed files
p push to current branch
cp commit all changed files and push to current branch
pl pull form current branch
f fetch
ff fetch force
Branch
m merge selected branch in current
m+ merge remote branch in current
b branch list
b+ remote branch list
rnb rename current branch
cb change branch
cb+ change on remote branch
db delete branch
db+ delete remote branch
ab add branch
bfc branch from commit
bh current branch history
bp branch remote prune origin
Commit
rc revert commit
Tag
t tag list
ftf fetch tag force
dt delete tag local and remote
at add tag on last commit local and remote
mt remove tag from old commit and add to current
Other
cf checkout file
r hard reset branch
Program
h help
e exit