shari-sushi / 0015Laboratory

My SandBox, PoC
0 stars 0 forks source link

.gitignoreに記入 #11

Closed shari-sushi closed 8 months ago

shari-sushi commented 8 months ago
\0015Docker> git filter-repo --invert-paths --path test0015Go\.env
Parsed 36 commits
New history written in 0.38 seconds; now repacking/cleaning...
Repacking your repo and cleaning out old unneeded objects
HEAD is now at 8f369e0 Merge pull request #10 from sharin-sushi/delete-check
Enumerating objects: 142, done.
Counting objects: 100% (142/142), done.
Delta compression using up to 4 threads
Compressing objects: 100% (104/104), done.
Writing objects: 100% (142/142), done.
Total 142 (delta 31), reused 114 (delta 19), pack-reused 0
Completely finished after 1.21 seconds.

.gitignoreに修正加えて、

\0015Docker> git add .
\0015Docker> git commit -m ".gitignoreに記入"
[git_filter-repo 8a19e30] .gitignoreに記入
 1 file changed, 2 insertions(+), 1 deletion(-)
PS C:\Users\kawai tatuya\SESESE\0015Docker> git branch
* git_filter-repo
  issue/1-run_npm_run_build_ERR
  issue/3-commit_editmsg
  main
  origin
\0015Docker> git push origin --force --all
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
\0015Docker> git remote add origin https://github.com/sharin-sushi/0015docker.git
\0015Docker> git push origin --force --all
Enumerating objects: 123, done.
Counting objects: 100% (123/123), done.
Delta compression using up to 4 threads
Compressing objects: 100% (71/71), done.
Writing objects: 100% (115/115), 12.25 KiB | 12.25 MiB/s, done.
Total 115 (delta 31), reused 110 (delta 29), pack-reused 0
remote: Resolving deltas: 100% (31/31), completed with 2 local objects.
To https://github.com/sharin-sushi/0015docker.git
   cef91ff..f5a41e3  issue/1-run_npm_run_build_ERR -> issue/1-run_npm_run_build_ERR
 + 97c1bf3...c3577d3 issue/3-commit_editmsg -> issue/3-commit_editmsg (forced update)
 + 43121b2...8f369e0 main -> main (forced update)
 * [new branch]      git_filter-repo -> git_filter-repo
 * [new branch]      origin -> origin