So the best way is from Alexey Tulia.
My setup:
Clone linux-next tree.
Never ever commit something in master branch. Or even modify files.
Just keep master branch sync with remote linux-next.
$ git remote update
$ git reset --hard origin/master
My setup:
Clone linux-next tree.
Never ever commit something in master branch. Or even modify files.
Just keep master branch sync with remote linux-next.
$ git remote update
$ git reset --hard origin/master
Thanks!
--
Lucas Tanure +55 (19) 988176559
On Tue, Jul 15, 2014 at 10:16 AM, Varka Bhadram <varkabhadram@xxxxxxxxx> wrote:
On 07/15/2014 01:28 AM, Lucas Tanure wrote:I think on your local tree you are having uncommitted changes..
> Hi,
>
> My local clone of linux-tree always fails to update.
> When I run git pull origin master, I got a :
> Automatic merge failed; fix conflicts and then commit the result.
>
check with 'git status'
--
Regards,
Varka Bhadram.
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies