2025-01-30から1日間の記事一覧
gitコマンドのstatusサブコマンドを使う。リポジトリが作成されていないディレクトリでは、以下のように表示されるはず。 >git statusfatal: not a git repository (or any of the parent directories): .git リポジトリを作成し、再度コマンドを実行してみ…
gitコマンドのstatusサブコマンドを使う。リポジトリが作成されていないディレクトリでは、以下のように表示されるはず。 >git statusfatal: not a git repository (or any of the parent directories): .git リポジトリを作成し、再度コマンドを実行してみ…