Re: [PATCH] Add new @ shortcut for HEAD
From: Duy Nguyen <hidden>
Date: 2016-06-15 22:57:04
From: Duy Nguyen <hidden>
Date: 2016-06-15 22:57:04
On Tue, Apr 30, 2013 at 2:35 PM, Ramkumar Ramachandra [off-list ref] wrote:
Michael Haggerty wrote:quoted
git symbolic-ref -m "Create @ alias for HEAD" @ HEADI find this very interesting. I already have a symbolic ref H pointing to HEAD, but it has some quirks: H@{u} complains that H is an invalid branch for example. When I create the symbolic-ref @, I'm not _exactly_ creating a synonym for HEAD: @{u} works, not @@{u}.
Habits aside, why do you do H@{u} when @{u} is enough (and shorter)?
--
Duy