Skip to content
Snippets Groups Projects
Commit 222c8619 authored by yuichitamiya's avatar yuichitamiya
Browse files

2nd push

parent 47a453de
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -70,6 +70,7 @@ git push -u origin --all ...@@ -70,6 +70,7 @@ git push -u origin --all
git push -u origin --tags git push -u origin --tags
``` ```
``` ```
% cd fa2022_kannai_site % cd fa2022_kannai_site
% git remote -v % git remote -v
...@@ -104,3 +105,10 @@ Branch 'master' set up to track remote branch 'master' from 'origin'. ...@@ -104,3 +105,10 @@ Branch 'master' set up to track remote branch 'master' from 'origin'.
% git push -u origin --tags % git push -u origin --tags
Everything up-to-date Everything up-to-date
``` ```
PUSH
```
% git add .
% git commit -m "first push"
% git push
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment