Use Closes #4 to close ticket 4. closed, close, fix, fixed, and fixes will also close a ticket.
Test #4 will mark the ticket as "Ready to Test".
Re #4, references, refs and see will add a comment to the target ticket but leave it untouched.
git config --global user.name "Your FirstName LastName" git config --global user.email your-email@example.com
mkdir ultrastar-deluxe cd ultrastar-deluxe git init #create file README touch README git add README git commit -m 'first commit' git remote add origin git@github.com:mog/ultrastar-deluxe.git git push origin master
cd existing_git_repo
git remote add origin git@github.com:mog/ultrastar-deluxe.git
git push origin master
git clone git@github.com:mog/ultrastar-deluxe.git