Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: OT - git related (bourne-like shell) functions (cmd.exe/doskey)

by Anonymous Monk
on Nov 02, 2012 at 14:13 UTC ( [id://1001977]=note: print w/replies, xml ) Need Help??


in reply to OT - git related bourne-like shell functions

FWIW, http://gitimmersion.com/ has some similar things, the win32 equivalent of which might be
doskey gs=git status $* doskey ga=git add $* doskey gb=git branch $* doskey gc=git commit $* doskey gd=git diff $* doskey go=git checkout $* doskey gk=start "" gitk --all $* doskey gx=gitx --all $* doskey gh=git log --pretty=format:"%h %ad | %s%d [%an]" --graph --dat +e=short doskey got=git $* doskey get=git $*

A more readable fork of that tutorial is http://githowto.com/

  • Comment on Re: OT - git related (bourne-like shell) functions (cmd.exe/doskey)
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1001977]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-23 16:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found