3

I use git on Mac. And for each command I write git fetch|rebase|log|status..... What I would like is to write git press Return and enter git mode, where I just write log|fetch|rebase. Is this possible?

2

1 Answer 1

4

You can use repl, by Chris Wanstrath.

Install it with

brew install repl 

(if you aren't yet using howbrew, I strongly suggest you to have a look to http://brew.sh)

Once repl is installed, you can simply run

repl git 

and all the subsequent commands will be dispatched to git.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.