Making your first commit
$ mkdir repo
$ cd repo
$ git initprint("Hello, World!")$ git status
# On branch master
#
# No commits yet
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
# hello.py
#
# nothing added to commit but untracked files present (use "git add" to track) Last updated