Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git mode in terminal

Tags:

git

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?

like image 304
Narek Avatar asked Jul 10 '26 05:07

Narek


1 Answers

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.

like image 197
Arialdo Martini Avatar answered Jul 15 '26 14:07

Arialdo Martini



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!