0
0

More than 1 year has passed since last update.

確認用ログ

Posted at
takumikondo@kondoutakuminoMacBook-Pro lara-d % git push origin HEAD                               
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 8 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 411 bytes | 411.00 KiB/s, done.
Total 4 (delta 2), reused 1 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/quest-academia/laravel-posts-training.git
   0ebbec5..0dbe6dd  HEAD -> feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % git checkout feature/kondo/CreateHeaderFooter      
Switched to branch 'feature/kondo/CreateHeaderFooter'
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status                                         
On branch feature/kondo/CreateHeaderFooter
nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch                                         
  develop_10th
* feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch
  develop_10th
* feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % git checkout develop_10th                    
Switched to branch 'develop_10th'
Your branch is up to date with 'origin/develop_10th'.
takumikondo@kondoutakuminoMacBook-Pro lara-d % cd .. 
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % ls
README.md               apache-php              docker-compose.yml      index.php               lara-d                  lara-d-old
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % vagrant ssh
Last login: Thu Feb 17 14:07:01 2022 from 10.0.2.2
[vagrant@local-docker ~]$ docker-compose exec web bash
ERROR: 
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml

[vagrant@local-docker ~]$ cd docks/
[vagrant@local-docker docks]$ cd docker-laravel/
[vagrant@local-docker docker-laravel]$ ls
README.md  apache-php  docker-compose.yml  index.php  lara-d  lara-d-old
[vagrant@local-docker docker-laravel]$ docker-compose exec web bash
[root@64d719b59c5e html]# eit
bash: eit: command not found
[root@64d719b59c5e html]# exit
exit
[vagrant@local-docker docker-laravel]$ exit
ログアウト
Connection to 127.0.0.1 closed.
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % cd lara-d
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status
On branch develop_10th
Your branch is up to date with 'origin/develop_10th'.

nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git checkout develop_10th
Already on 'develop_10th'
Your branch is up to date with 'origin/develop_10th'.
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch
* develop_10th
  feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % git pull origin HEAD
From https://github.com/quest-academia/laravel-posts-training
 * branch            HEAD       -> FETCH_HEAD
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint: 
hint:   git config pull.rebase false  # merge (the default strategy)
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
Already up to date.
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status
On branch develop_10th
Your branch is up to date with 'origin/develop_10th'.

nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git pull origin HEAD
From https://github.com/quest-academia/laravel-posts-training
 * branch            HEAD       -> FETCH_HEAD
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint: 
hint:   git config pull.rebase false  # merge (the default strategy)
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
Already up to date.
takumikondo@kondoutakuminoMacBook-Pro lara-d % git pull origin HEAD
From https://github.com/quest-academia/laravel-posts-training
 * branch            HEAD       -> FETCH_HEAD
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint: 
hint:   git config pull.rebase false  # merge (the default strategy)
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
Already up to date.
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch
* develop_10th
  feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % cd ..                    
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % ls
README.md               apache-php              docker-compose.yml      index.php               lara-d                  lara-d-old
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % vagrant ssh
Last login: Sat Feb 19 05:26:15 2022 from 10.0.2.2
[vagrant@local-docker ~]$ cd docks/
[vagrant@local-docker docks]$ cd 
[vagrant@local-docker ~]$ cd docks/
[vagrant@local-docker docks]$ cd docker-laravel/
[vagrant@local-docker docker-laravel]$ ks
-bash: ks: コマンドが見つかりません
[vagrant@local-docker docker-laravel]$ ls
README.md  apache-php  docker-compose.yml  index.php  lara-d  lara-d-old
[vagrant@local-docker docker-laravel]$ cd lara-d
[vagrant@local-docker lara-d]$ ls
README.md  artisan    composer.json  config    package.json  public     routes      storage  vendor
app        bootstrap  composer.lock  database  phpunit.xml   resources  server.php  tests    webpack.mix.js
[vagrant@local-docker lara-d]$ git status
# On branch develop_10th
nothing to commit, working directory clean
[vagrant@local-docker lara-d]$ git branch
* develop_10th
  feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
[vagrant@local-docker lara-d]$ exit
ログアウト
Connection to 127.0.0.1 closed.
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % cd lara-d
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status
On branch develop_10th
Your branch is up to date with 'origin/develop_10th'.

nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch
* develop_10th
  feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % git checkout feature/kondo/CreateHeaderFooter
Switched to branch 'feature/kondo/CreateHeaderFooter'
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch
  develop_10th
* feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status
On branch feature/kondo/CreateHeaderFooter
nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % cd
takumikondo@kondoutakuminoMacBook-Pro ~ % ls 
Applications            DockerQuest             LaravelQuest            Music                   Sites
Creative Cloud Files    Documents               Library                 Pictures                VirtualBox VMs
Desktop                 Downloads               Movies                  Public                  test_app
takumikondo@kondoutakuminoMacBook-Pro ~ % cd LaravelQuest 
takumikondo@kondoutakuminoMacBook-Pro LaravelQuest % ls
docker-on-vagrant
takumikondo@kondoutakuminoMacBook-Pro LaravelQuest % cd docker-on-vagrant 
takumikondo@kondoutakuminoMacBook-Pro docker-on-vagrant % ls
Docks                   README.md               docker-vagrant_init.sh  vagrantfile
takumikondo@kondoutakuminoMacBook-Pro docker-on-vagrant % cd Docks 
takumikondo@kondoutakuminoMacBook-Pro Docks % ls
docker-laravel
takumikondo@kondoutakuminoMacBook-Pro Docks % cd docker-laravel 
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % ls
README.md               apache-php              docker-compose.yml      index.php               lara-d                  lara-d-old
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % vagrant ssh
Last login: Sat Feb 19 06:15:43 2022 from 10.0.2.2
[vagrant@local-docker ~]$ ls
docks
[vagrant@local-docker ~]$ cd docks/
[vagrant@local-docker docks]$ cd docker-laravel/
[vagrant@local-docker docker-laravel]$ ls
README.md  apache-php  docker-compose.yml  index.php  lara-d  lara-d-old
[vagrant@local-docker docker-laravel]$ docker-compose exec web bash
[root@64d719b59c5e html]# ls
README.md  artisan    composer.json  config    package.json  public     routes      storage  vendor
app        bootstrap  composer.lock  database  phpunit.xml   resources  server.php  tests    webpack.mix.js
[root@64d719b59c5e html]# chmod -R 777 storage
[root@64d719b59c5e html]# exit
exit
[vagrant@local-docker docker-laravel]$ exit
ログアウト
Connection to 127.0.0.1 closed.
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % cd lara-d
takumikondo@kondoutakuminoMacBook-Pro lara-d % ls
README.md       artisan         composer.json   config          package.json    public          routes          storage         vendor
app             bootstrap       composer.lock   database        phpunit.xml     resources       server.php      tests           webpack.mix.js
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status
On branch feature/kondo/CreateHeaderFooter
nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git checkout develop_10th                    
Switched to branch 'develop_10th'
Your branch is up to date with 'origin/develop_10th'.
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch
* develop_10th
  feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status
On branch develop_10th
Your branch is up to date with 'origin/develop_10th'.

nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git pull origin develop_10th                 
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 2 (delta 1), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (2/2), 749 bytes | 374.00 KiB/s, done.
From https://github.com/quest-academia/laravel-posts-training
 * branch            develop_10th -> FETCH_HEAD
   950ece3..8896d14  develop_10th -> origin/develop_10th
Updating 950ece3..8896d14
Fast-forward
 config/app.php                                               |  2 +-
 database/migrations/2022_02_12_095921_create_posts_table.php | 36 ++++++++++++++++++++++++++++++++++++
 database/seeds/DatabaseSeeder.php                            |  1 +
 database/seeds/PostsTableSeeder.php                          | 23 +++++++++++++++++++++++
 4 files changed, 61 insertions(+), 1 deletion(-)
 create mode 100644 database/migrations/2022_02_12_095921_create_posts_table.php
 create mode 100644 database/seeds/PostsTableSeeder.php
takumikondo@kondoutakuminoMacBook-Pro lara-d % git checkout feature/kondo/CreateHeaderFooter
Switched to branch 'feature/kondo/CreateHeaderFooter'
takumikondo@kondoutakuminoMacBook-Pro lara-d % git marge develop_10th
git: 'marge' is not a git command. See 'git --help'.

The most similar command is
        merge
takumikondo@kondoutakuminoMacBook-Pro lara-d % git merge develop_10th
Merge made by the 'recursive' strategy.
 config/app.php                                               |  2 +-
 database/migrations/2022_02_12_095921_create_posts_table.php | 36 ++++++++++++++++++++++++++++++++++++
 database/seeds/DatabaseSeeder.php                            |  1 +
 database/seeds/PostsTableSeeder.php                          | 23 +++++++++++++++++++++++
 4 files changed, 61 insertions(+), 1 deletion(-)
 create mode 100644 database/migrations/2022_02_12_095921_create_posts_table.php
 create mode 100644 database/seeds/PostsTableSeeder.php
takumikondo@kondoutakuminoMacBook-Pro lara-d % git statsu
git: 'statsu' is not a git command. See 'git --help'.

The most similar command is
        status
takumikondo@kondoutakuminoMacBook-Pro lara-d % git status
On branch feature/kondo/CreateHeaderFooter
nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git commit -m"pull develop_10th 20220219"
On branch feature/kondo/CreateHeaderFooter
nothing to commit, working tree clean
takumikondo@kondoutakuminoMacBook-Pro lara-d % git branch
  develop_10th
* feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
takumikondo@kondoutakuminoMacBook-Pro lara-d % cd..                                         
zsh: command not found: cd..
takumikondo@kondoutakuminoMacBook-Pro lara-d % cd ..
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % ls
README.md               apache-php              docker-compose.yml      index.php               lara-d                  lara-d-old
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % vagrant ssh
Last login: Sat Feb 19 06:36:17 2022 from 10.0.2.2
[vagrant@local-docker ~]$ cd docks/
[vagrant@local-docker docks]$ cd docker-laravel/
[vagrant@local-docker docker-laravel]$ ls
README.md  apache-php  docker-compose.yml  index.php  lara-d  lara-d-old
[vagrant@local-docker docker-laravel]$ docker-compose exec web bash
[root@64d719b59c5e html]# chmod -R 777 storage
[root@64d719b59c5e html]# exit
exit
[vagrant@local-docker docker-laravel]$ exit
ログアウト
Connection to 127.0.0.1 closed.
takumikondo@kondoutakuminoMacBook-Pro docker-laravel % cd lara-d
takumikondo@kondoutakuminoMacBook-Pro lara-d % vagrant ssh
Last login: Sat Feb 19 06:56:15 2022 from 10.0.2.2
[vagrant@local-docker ~]$ cd docks/
[vagrant@local-docker docks]$ cd docker-laravel/
[vagrant@local-docker docker-laravel]$ ls
README.md  apache-php  docker-compose.yml  index.php  lara-d  lara-d-old
[vagrant@local-docker docker-laravel]$ docker-compose ps
    Name                  Command               State                  Ports                
--------------------------------------------------------------------------------------------
apache-php     /usr/sbin/httpd -D FOREGROUND    Up      0.0.0.0:80->80/tcp,:::80->80/tcp    
mysql5.7       docker-entrypoint.sh mysqld      Up      3306/tcp, 33060/tcp                 
phpmyamin-la   /docker-entrypoint.sh apac ...   Up      0.0.0.0:8080->80/tcp,:::8080->80/tcp
[vagrant@local-docker docker-laravel]$ ls
README.md  apache-php  docker-compose.yml  index.php  lara-d  lara-d-old
[vagrant@local-docker docker-laravel]$ cd lara-d
[vagrant@local-docker lara-d]$ ls
README.md  artisan    composer.json  config    package.json  public     routes      storage  vendor
app        bootstrap  composer.lock  database  phpunit.xml   resources  server.php  tests    webpack.mix.js
[vagrant@local-docker lara-d]$ git branch
  develop_10th
* feature/kondo/CreateHeaderFooter
  feature/kondo/CreatePostsTable
[vagrant@local-docker lara-d]$ chmod -R 777 storage
[vagrant@local-docker lara-d]$ 

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0