GameDevHQ Crash Course Day#1 Journey Begins

Jason Dixon
1 min readMar 12, 2021

After spending years on and off attempting to build games as side projects starting our full time journey.

Having some experience in coding and unity will be a help but that will be for later as to start with we are getting Git-Hub to link to our unity projects, I have done a little bit of command line scripting for a course years ago it was a nice refresher if nothing else.

git switch does not do all git checkout commands

Ran into this little issue while trying to use the new git switch commands completely over the git checkout as best new practice, seems checkout will have some use for at least a bit longer.

Everything else went smoothly , learnt how to link a unity project to git-hub, how to branch a project and switch between them, how to pull versions, how to commit changes to the server and the dangers of force resetting a project to a previous commit.

--

--