How do you use Netbeans to work with a Github project?

后端 未结 1 1614
粉色の甜心
粉色の甜心 2021-01-21 22:18

From what I can tell, nbGit doesn\'t talk to Github. The best idea I\'ve had so far is to install msysgit, use it to clone the repository to the local drive, then point nbGit a

相关标签:
1条回答
  • 2021-01-21 23:11

    Support for the git pull and push commands does not look like it is yet implemented within the nbGit plugin - see this bug report for details... So I think using the command line to sync with github might be your best option for a little while still.

    0 讨论(0)
提交回复
热议问题