Exercises
Exercise 1 - Choosing a Commit Message:
Exercise 2 - Committing to Git
git init myfile.txt git commit -m "my recent changes"git add myfile.txt git commit -m "my recent changes"git commit -m myfile.txt "my recent changes"
Exercise 3 - Committing Multiple Files
Exercise 4
Last updated
Was this helpful?
