In this lesson, you’ll run through an example to see git in action. You’ll learn a few git commands and the basics such as:
- How to get git
- How to configure git
- How to initialise a new repository
- Check status of a repository using
git status
- Add new files to a repository using
git add
- Committing changes
Along the way, you’ll be working with the Zen of Python, so you can remind yourself of its guidance.
Violet on July 2, 2019
Hi Paul,
I tried the git config command as you instructed and got this message: fatal: not in a git directory
What should I do then?