#How can I get an exiting unity project under version control with GitHub desktop?
1 messages · Page 1 of 1 (latest)
I've really only used the command line, but the process would be to create/download the .gitignore and put it in the folder, then run git init, add any files I want to be in the repo and make the first commit.
My big brain way is to create an empty project on Github, then pull it via the Desktop. And then move the entire project into that folder. Then push back to GitHub 