On 01/03/2015 02:03, KI7MT wrote:
> Hi Aandro, Bill,
Hi Greg,
>
> I'm definitely *not* a Git expert, and this was just a crude check, but
> here's what I'm doing; if it's wrong, let me know what would be the
> correct / better way.
>
> -
> GITSTATUS=$(git status -uno |awk 'FNR==2 {print $4}')
>
Hi Bill, Greg,
Thank for reply
The command "git fetch origin" update local index from your repository.
I'll try this command on your next commits.
73's
Sandro
IW3RAB
Il 01/03/2015 03:03, KI7MT ha scritto:
> Hi Aandro, Bill,
>
> I'm definitely *not* a Git expert, and this was just a crude check
Hi Aandro, Bill,
I'm definitely *not* a Git expert, and this was just a crude check, but
here's what I'm doing; if it's wrong, let me know what would be the
correct / better way.
-
GITSTATUS=$(git status -uno |awk 'FNR==2 {print $4}')
if [[ $GITSTATUS == "up-to-date" ]]; then
echo "Local Ha
On 28/02/2015 23:22, Alessandro Gorobey wrote:
> Hi All,
Hi Sandro,
>
> I need a small help on JTSDK 2 and git.
>
> On Ubuntu 14 LTS run jtsdk and go to hamlib I read the follow:
>
> ---
>Building G4WJS Version of Hamlib3
> ---