Git Control

staging / production の状態確認

branch、差分、最新コミットを見て、staging の変更を production に上げる 判断材料を揃えます。

staging

staging Git

/workspace/next-ai-report/staging

Git repository としてはまだ使われていません。Command failed: git -C /workspace/next-ai-report/staging rev-parse --is-inside-work-tree fatal: not a git repository (or any parent up to mount point /workspace) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

production

production Git

/workspace/next-ai-report/production

Git repository としてはまだ使われていません。Command failed: git -C /workspace/next-ai-report/production rev-parse --is-inside-work-tree fatal: not a git repository (or any parent up to mount point /workspace) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).