From 222c86190e1edeee2d87543450729b7f90936c06 Mon Sep 17 00:00:00 2001 From: yuichitamiya <y2miyacatsfab@gmail.com> Date: Fri, 28 Jan 2022 01:27:04 +0900 Subject: [PATCH] 2nd push --- docs/Instruction/tips/make_this_site.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Instruction/tips/make_this_site.md b/docs/Instruction/tips/make_this_site.md index 27e8bdc..27b5477 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 +``` -- GitLab