Skip to content

sugizo/sugizo.github.io

Repository files navigation

Link

Web
Awards
Certificates
Resume

Clone the repository

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

Create File

cd ~/git/github/sugizo.github.io

Add, commit, and push your changes

git gc --prune=1.day.ago
git add --all
git commit -m "Initial Commit"
git push -uf origin master
git gc --prune=1.day.ago

Add, commit, and push your changes

git gc --prune=1.day.ago
git add --all
git commit -m "v0.0"
git tag v0.0
git tag
git push -u origin master
git push origin --tags
git gc --prune=1.day.ago