Page 4 of 5
Re: QR Code in HMG
Posted: Wed Oct 21, 2020 4:56 am
by bpd2000
mol wrote: ↑Tue Oct 20, 2020 6:47 pm
Sorry, I'm not familiar with Github.
I also don't touch sources because of none knowledge of this
+1
If we do not add new feature in HMG but it is not possible to update bug/correction and upload minor version ?
How will do this ?
It is not time consuming and we can spare such time
Re: QR Code in HMG
Posted: Wed Oct 21, 2020 7:17 am
by Rathinagiri
If source code/bug fixes are contributed in Git, we can have a HMG bundle weekly updated from GIT.
Re: QR Code in HMG
Posted: Wed Oct 21, 2020 8:26 am
by bpd2000
Rathinagiri wrote: ↑Wed Oct 21, 2020 7:17 am
If source code/bug fixes are contributed in Git, we can have a HMG bundle weekly updated from GIT.
How contribute on Git, all user need help to do / submit code to Git
Re: QR Code in HMG
Posted: Wed Oct 21, 2020 2:45 pm
by salamandra
mol wrote: ↑Tue Oct 20, 2020 6:47 pm
Sorry, I'm not familiar with Github.
I also don't touch sources because of none knowledge of this
+1
Salamandra, Brazil
Re: QR Code in HMG
Posted: Wed Oct 21, 2020 3:20 pm
by apais
Rathinagiri wrote: ↑Wed Oct 21, 2020 7:17 am
If source code/bug fixes are contributed in Git, we can have a HMG bundle weekly updated from GIT.
Who's the owner of the actual GitHub repo?
Re: QR Code in HMG
Posted: Wed Oct 21, 2020 4:16 pm
by Carlos Britos
Hi
How to use GitHub ( basic things )
1 go to
https://github.com/
2 create an account
- name of your github site.
- your email
- github password
3 go to
https://github.com/asistex/HMG
4 click on button fork
5 go to your github site
- there you have a copy (fork) of HMG
form here you can edit sources files from the web or from your your pc.
There are severals tool to use from your pc.
I'm using Github Desktop
1 download and install Github Desktop
2 You have to create a folder in your hard disk something like
c:\myforks
3 Open Github Desktop go to main menu
-> File
-> Clone Repository
-> Tab Github.com
-> select your site and clone
local path must be c:\myforks
4 in c:\myforks\HMG will be downloaded your fork with the sources
from there you can make changes on the sources. Once you check the code then you can commit to your fork
1 open github desktop and you`ll see the changed files
2 add a comment
3 commit to master
4 push origin
For sure i`m forgot some things, sorry
I`m just trying to help, i`m not an expert on git github. So your are at your own risk
Cómo usar GitHub ( muy básico )
1 ir a https://github.com/
2 crear una cuenta
- el nombre de su sitio github.
- su correo electrónico
- contraseña de github
3 ir a https://github.com/asistex/HMG
4 clic en el tenedor del botón
5 ir a su sitio github
- Ahí tienes una copia (fork) de HMG
desde aquí puedes editar los archivos de fuentes desde la web o desde tu pc.
Hay varias herramientas para usar desde tu PC.
Estoy usando Github Desktop
1 descargar e instalar Github Desktop
2 Tienes que crear una carpeta en tu disco duro algo como
c:\myforks
3 Abrir Github Desktop ir al menú principal
-> File
-> Clone Repository
-> Tab Github.com
-> select your site and clone
local path must be c:\myforks
4 en c:\miforks\HMG se descargará su fork con las fuentes
desde allí puedes hacer cambios en las fuentes. Una vez que compruebes el código, entonces podrás hacer commit a tu fork
1 abre Github Desktop y verás los archivos cambiados
2 añadir un comentario
3 commit to master
4 push origin
Sólo trato de ayudar, no soy un experto en git github. Así que estás bajo tu propio riesgo ...
Carlos
Re: QR Code in HMG
Posted: Thu Oct 22, 2020 4:18 am
by bpd2000
Carlos Britos wrote: ↑Wed Oct 21, 2020 4:16 pm
Hi
How to use GitHub ( basic things )
Carlos
Thank you
Re: QR Code in HMG
Posted: Thu Oct 22, 2020 12:35 pm
by salamandra
Carlos Britos wrote: ↑Wed Oct 21, 2020 4:16 pm
Hi
How to use GitHub ( basic things )
1 go to
https://github.com/
2 create an account
- name of your github site.
- your email
- github password
3 go to
https://github.com/asistex/HMG
4 click on button fork
5 go to your github site
- there you have a copy (fork) of HMG
form here you can edit sources files from the web or from your your pc.
There are severals tool to use from your pc.
I'm using Github Desktop
1 download and install Github Desktop
2 You have to create a folder in your hard disk something like
c:\myforks
3 Open Github Desktop go to main menu
-> File
-> Clone Repository
-> Tab Github.com
-> select your site and clone
local path must be c:\myforks
4 in c:\myforks\HMG will be downloaded your fork with the sources
from there you can make changes on the sources. Once you check the code then you can commit to your fork
1 open github desktop and you`ll see the changed files
2 add a comment
3 commit to master
4 push origin
For sure i`m forgot some things, sorry
I`m just trying to help, i`m not an expert on git github. So your are at your own risk
Cómo usar GitHub ( muy básico )
1 ir a https://github.com/
2 crear una cuenta
- el nombre de su sitio github.
- su correo electrónico
- contraseña de github
3 ir a https://github.com/asistex/HMG
4 clic en el tenedor del botón
5 ir a su sitio github
- Ahí tienes una copia (fork) de HMG
desde aquí puedes editar los archivos de fuentes desde la web o desde tu pc.
Hay varias herramientas para usar desde tu PC.
Estoy usando Github Desktop
1 descargar e instalar Github Desktop
2 Tienes que crear una carpeta en tu disco duro algo como
c:\myforks
3 Abrir Github Desktop ir al menú principal
-> File
-> Clone Repository
-> Tab Github.com
-> select your site and clone
local path must be c:\myforks
4 en c:\miforks\HMG se descargará su fork con las fuentes
desde allí puedes hacer cambios en las fuentes. Una vez que compruebes el código, entonces podrás hacer commit a tu fork
1 abre Github Desktop y verás los archivos cambiados
2 añadir un comentario
3 commit to master
4 push origin
Sólo trato de ayudar, no soy un experto en git github. Así que estás bajo tu propio riesgo ...
Carlos
Muchas gracias Carlos!
Salamandra, Brazil
Re: QR Code in HMG
Posted: Fri Oct 23, 2020 1:10 am
by jairpinho
h_HMG_Zebra.Prg updated on github
Re: QR Code in HMG
Posted: Fri Oct 23, 2020 8:18 am
by serge_girard
I'm aboard GitHub....
Serge