vmiklos.hu
shameless self-promoting website
»Blog
»Darcsweb
»Github
»Gpg
»LilyPond
»Ohloh
»Projects
»Resume
»Slides
Posted Tuesday, 22 September 2009 by Miklos
Tags: en hacking

It's a long time since 'dg rev' could be replaced by 'git checkout -p', but that feature was missing from git.git. In the near past it got implemented and you can even avoid hitting enter after every y/n by saying:

git config interactive.singlekey true

One less feature which is unique to dg! (In the long run it would be nice if I could stop recommending its usage to users.)

Comments