Mail Archives: geda-user/2018/12/17/13:58:30
gedau AT igor2 DOT repo DOT hu wrote:
> >gedau AT igor2 DOT repo DOT hu wrote:
> >> If possible, pelase fix it so I can test without having to do a new
> >> checkout or any other command than 'git pull'.
> >
> >If possible, please explain why you have that requirement?
> >
> >Why not just run 'git fetch origin && git reset --hard origin/master' ?
>
> I have limited amount of time and I need to decide what I spend it on. I
> am willing to spend it on testing gerbv. I don't want to run 2 or 3 git
> commands just to get the sources.
You can always clone again, that's only one command to get source.
And with --depth=1 you can skip transfering the history, speeding
things up.
If it's easier to remember you could replace git fetch origin in my
previous suggested command with git pull, since pull=fetch+merge,
but I wanted to give as precise commands as possible.
> If there's a tarball
Then you have to run 2 or 3 non-git commands to download and unpack.
Strange, but all right, if that's your preference then I understand. :)
> If I need to spend 10..15 minutes petting git and autotools just to
> get there, I rather spend that time on something else.
> I know your preferences on this differ.
Please know that my preferences on this aligns well with yours; I also
don't want to spend 10-15 minutes on getting and building source, but
fortunately it never takes that long to get and build most projects. \o/
//Peter
- Raw text -