Re: [dev] Re: [suckless] Migration to git

From: Lukas Fleischer <suckless_AT_cryptocrack.de>
Date: Mon, 26 Nov 2012 16:49:21 +0100

On Mon, Nov 26, 2012 at 03:59:11PM +0100, pancake wrote:
> On 11/26/12 12:31, Christian Neukirchen wrote:
> >pancake <pancake_AT_youterm.com> writes:
> >
> >>git is far more confusing than hg.. in fact sometimes i have to check
> >>my notebook or manpages in order to do something in hg is plain easy.
> >Do you have some concrete examples? Maybe it's just a matter of taste,
> >but I find Git more logical to use than Mercurial. YMMD.
> >
> for example
>
> "hg reset" is the same as "git clean -fXd ; git checkout -f"

git-reset(1).

>
> same for 'hg cat' or hg tags..
>
> hg tags = for a in `git tag`; do git show-ref $a ; done

`git show-ref --tags`.
Received on Mon Nov 26 2012 - 16:49:21 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 26 2012 - 17:00:06 CET