Git コマンド速習シミュレーター
コマンド一覧
git init
git clone <repo>
git status
git add <file>
git commit -m "message"
git push
git pull
git branch
git checkout <branch>
git merge <branch>
コマンド詳細
左のリストからGitコマンドを選択してください。
git init
git clone <repo>
git status
git add <file>
git commit -m "message"
git push
git pull
git branch
git checkout <branch>
git merge <branch>
左のリストからGitコマンドを選択してください。