/rnd

Primary LanguageShell

Clone the repository

cd ~/git/github
git clone https://github.com/sugizo/rnd

Create File

cd ~/git/github/rnd

Add, commit, and push your changes

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

Add, commit, and push your changes

git add --all
git commit -m "v0.0"
git tag v0.0
git tag
git push -u origin master
git push origin --tags