I would like to be able to setup my GitHub repo to integrate with my Netbeans project. I’m a super noob at versioning in general, so this may be a pretty easy question. Any help would be appreciated!
My question is: What do I insert as my Repository URL?
Here are the options I’m given when I try to push to remote:

You first need to initialize a git repository in your existing project then you can push using the ssh protocol and git@github.com:Username/repositoryname.git it should ask you for your private key file select it from .ssh in your user folder