Clone the repository

cd ~/git/github
git clone https://github.com/sugizo/autoit-build

Create File

cd autoit-build

Add, commit, and push your changes

git add --all
git commit -m "Initial commit"
git push -u origin master