Workshop - GIT
Step 1: Create a git repository
Tasks:
- Create a git repository
- The git repository name:
firstproject - Set the Private visibility level
- The git repository name:
- Initialize it with a
README.mdfile using the GitHub UI - Create a directory on your machine and clone the project locally
- Use
git-configto set your identity data (such as name and email)
Expected repository path
http://github.com/yourUsername/firstproject