Assignment on Basic commands of Git 1. Create a directory in your machine and make it as a repository. 2. Create a text file and add some content into it. 3. Add the file to the staging area of the Git repository. 4. Commit the file to your repository. 5. See the commit details using git log command.