In this section, we're going to put together a small file, add it to the files being tracked by Git, commit our changes, and push them to the origin server.
Committing to our Git repository
Getting ready
If you haven't already, set up a Git server based on the previous section.
Ensure that you've checked out your repository on centos1.
How to do it...
Let's give our new repository a bit of information and push this to the server (proving it works):
$ cd example/
Let's start by running a git status to see where we're at:
$ git status
# On branch...