On 06/04/2018 10:49 AM, Tinu Weber wrote:
>> $ git commit -am "console-blanking-0.0.1-2"
>>
> On Mon, Jun 04, 2018 at 03:38:08 -0500, David C. Rankin wrote:
> 
> It appears you've committed also the built package files into the repo.> 

never git commit -a.

always manually track files using git add - in your case,
        git add .SRCINFO PKGBUILD LICENSE *.service
and then commit without the a.

That way, you will always only push what is needed.

Cheers,
Bennett

-- 
GPG fingerprint: 871F 1047 7DB3 DDED 5FC4 47B2 26C7 E577 EF96 7808

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to