[Insight-developers] Utilities/hooks.sh
Brad King
brad.king at kitware.com
Wed Oct 6 09:38:44 EDT 2010
On 10/06/2010 09:37 AM, Bill Lorensen wrote:
> It does not work.
>
> Bill at BILLSLAPTOP ~/ProjectsGIT/ITK (master)
> $ cd .git/hooks
>
> Bill at BILLSLAPTOP ~/ProjectsGIT/ITK/.git/hooks (master)
> $ git pull .. remotes/origin/hooks
> fatal: Couldn't find remote ref remotes/origin/hooks
> fatal: The remote end hung up unexpectedly
How about
git pull .. refs/remotes/origin/hooks
?
-Brad
More information about the Insight-developers
mailing list