How to setup github repository in my NetBeans IDE?

后端 未结 5 1354
遥遥无期
遥遥无期 2020-12-30 08:13

I am very new to Github. I just created one github account and it says as bellow:

Step 1)

Global setup:
 Set up git
  git config --global user.name          


        
5条回答
  •  既然无缘
    2020-12-30 08:46

    Github setup is so easy with netbeans IDE. Follow the steps..

    1 - Go github and create a repository, and copy URL like https://github.com/akatkar/....

    2 - Open Netbeans IDE. If GIT plugin is not installed, install from tools/plugin

    3 - From Netbeans Team menu click clone

    4 - Paste your URL as repository URL, provide your github user name and password

    5 - Netbeans IDE will clone your repository and will ask to create a new application

    6 - Create an application and copy or create your source files in this application

    7 - Commit changes and push to the remote

    8 - DONE. Check from github your changes and enjoy...

提交回复
热议问题