前提、実現したいこと
masterブランチでgit commitを行いたい。
発生している問題・エラーメッセージ
masterブランチでgit commit -m "メッセージ"としようとすると
Your branch is up to date with 'origin/master'. nothing to commit, working tree clean
と出ます。
試した内容
git clone (url)
→ローカルでリポジトリにファイルを追加
→git add .
→git commit -m'コメント'←できず
補足情報
- 環境:コマンドプロンプト
- branch:master
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。