Git Command Practice
Practice common Git commands in this simulated environment. Try these commands:
git init
git add [filename]
git commit -m "message"
git status
git log
$
Command History