I would like to be able to make releases and builds for my game.
I know GitHub has releases, but I am using BitBucket instead.
Does anyone know how to make releases with BitBucket as like a checkpoint so I can just have the files documented for every update?
git remote add someName so://me:url && git push someName someBranchProbablyMaster
... Thought that was worth mentionning ... – Garibull