javagithubnetbeans-7.4

How do i upload a folder directly into a github repository?


Its a java project, i need to upload all the contents in a folder not just the source files


Solution

  • git add .
    

    then just push without a .gitignore and entries in your .git/info/exclude file.