#How can I get an exiting unity project under version control with GitHub desktop?

1 messages · Page 1 of 1 (latest)

modern oxide
#

I have an exiting Unity project that isn't under Version Control, and I'd like to have it under Version Control. How can I do it successfully?

lyric isle
#

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.

dapper arch
#

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 kekleo