diff --git a/docs/Instruction/tips/make_this_site.md b/docs/Instruction/tips/make_this_site.md index 27e8bdcd8403a473facf401f0da0828cdf729304..27b5477d8cd7e3f0407f065f2c709a3c75e61591 100644 --- a/docs/Instruction/tips/make_this_site.md +++ b/docs/Instruction/tips/make_this_site.md @@ -70,6 +70,7 @@ git push -u origin --all git push -u origin --tags ``` + ``` % cd fa2022_kannai_site % git remote -v @@ -104,3 +105,10 @@ Branch 'master' set up to track remote branch 'master' from 'origin'. % git push -u origin --tags Everything up-to-date ``` + +PUSH +``` +% git add . +% git commit -m "first push" +% git push +```