2025年3月28日 0 comment 【GIT】既にあるファイルを管理対象外にしたい by 管理人wordpressをローカルとネット上でgit管理しているのだが、wp-config.phpだけgitの対象外にしたい。 まずは.gitignoreに追加 .gitignore wp-config.php ただ、既にgi...-Read More- git
2025年3月11日 0 comment 【git】warning: You ran ‘git add’ with neither ‘-A (–all)’ or ‘–ignore-removal’, by 管理人gitをcommitしようとしたら warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal', whose behaviour ...-Read More- git
2025年3月6日 0 comment 【GIT】便利帳 by 管理人⚫︎ベアリポジトリの作成 git clone --bare --shared ~/hogehoge/projects projects.git ⚫︎リモートの作成 git remote add master /home/...-Read More- git
2025年3月4日 0 comment 【GIT】エックスサーバー上にあるwordpressを丸ごとGIT管理してローカルで開発出来るようにする by 管理人⭕️やりたいこと エックスサーバーでwordpressを置いてサイトを運営しているが、今までftpでファイルを上げたりしていたが丸ごとgit管理して、ローカルで修正してpushしてアップしたり、wordpress側でアッ...-Read More- git
2025年3月4日 0 comment 【GIT】ベアリポジトリとノンベアリポジトリの違いとは? by 管理人gitを勉強し始めて、最初にぶつかる壁がこれです。 ベアリポジトリ? ノンベア? ですが、私的なイメージですが、この2つは ノンベアリポジトリ→倉庫 ベアリポジトリ→倉庫の横にある事務所(倉庫内荷物の管理している) だと...-Read More- git