The above command will produce the following result:
Initialized empty Git repository in /home/jerry/jerry_repo/project/.git/
remote: Counting objects: 3, done.
Receiving objects: 100% (3/3), 241 bytes, done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Jerry changed this directory to the new local directory and listed its directory contents.
[jerry @ CentOS jerry_repo] $ cd project /
[jerry @ CentOS jerry_repo] $ ls
README
According to Tutorialspoint
Previous lesson: Create activity in Git
Next article: Make changes in Git