Challenge
Create a private repository on GitHub named Contacts
, and then clone that repository down to a folder on your disk. Using the command line, create a feature branch named Person
and in that feature branch, create a person object with their name, age, and social security number. Create commits as you add each attribute. Review the log to see what you've created and then add these commits to the remote repository.