Joined December 2012
·

FABRE Laurent

Sendai, Japan 仙台
·
·

To get the meaning of a single alias 'git help <alias>' does also the job.
Example:

>> git help br

'git br' is aliased to 'branch'

Is this portable and compliant with all C norms/flavors?

Posted to Git commits from Emacs over 1 year ago

An alternative is to let Emacs started up all the time (for me it's not a constraint as I do almost all my work inside anyway) and map the emacs command to "emacsclient" , as Emacs supports a server/client operation mode (EDITOR=emacsclient in your .bashrc, for example).

Posted to Refactoring method definitions over 1 year ago

I like the way Ruby makes this kind of magic a piece of cake... Thanks for the tip! It becomes easy to add new states without having to add the corresponding methods by hand.

Achievements
41 Karma
0 Total ProTip Views