Re: [dev] Re: [suckless] Migration to git
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"
same for 'hg cat' or hg tags..
hg tags = for a in `git tag`; do git show-ref $a ; done
Received on Mon Nov 26 2012 - 15:59:11 CET
This archive was generated by hypermail 2.3.0
: Mon Nov 26 2012 - 16:00:12 CET