I've never had experience with GitHub, I made a simple php
library and wanted to publish it to Git through IDE NetBeans
, I've been searching, I found something similar, but I could not upload, does anyone know how it works? / p>
I've never had experience with GitHub, I made a simple php
library and wanted to publish it to Git through IDE NetBeans
, I've been searching, I found something similar, but I could not upload, does anyone know how it works? / p>
The NetBeans
team helped me solve this problem, let's go step by step:
Novo Repositório
. When you create, you will be given links https
or ssh
to make upload
of files, similar to this:
NetBeans
to Projetos
(or press botão direito
), a console will open, see if there is no error. Controle de Versão / Inicializar Repositório Git
tab and now right-click again to Avance
, then press the Janelas
button and check the console if the completion message is displayed. Saída
, if yes, do not wait a minute or redo the previous steps. Ctrl + 4
tab, now in the Projetos
menu, select the radio box Git / Fazer Commit
, in the input, paste the Fazer Commit
link that Passed
gave you, add your login credentials, and press Projetos
. On the next screen, check Git / Remoto / Expandir
and click Especificar a Localização do Repositório Git
, then https
.
Paste the GitHub
link in the browser and view your files already in the repository.