NetBeans project upload on GitHub

2

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>     

asked by anonymous 26.12.2015 / 02:15

1 answer

4

The NetBeans team helped me solve this problem, let's go step by step:

  • Sign in to GitHub .
  • Create a Novo Repositório .
  • When you create, you will be given links https or ssh to make upload of files, similar to this:

    link

  • / li>
  • Select from the menu NetBeans to Projetos (or press botão direito ), a console will open, see if there is no error.
  • Go back to the 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.
  • Check that some files in the project have a description of Saída , if yes, do not wait a minute or redo the previous steps.
  • Again in the 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.

26.12.2015 / 03:43