[root@s3ntinel.net ~]# whoami
Name: s3ntinel
[root@s3ntinel.net ~]# git init s3ntinel.net
[root@s3ntinel.net ~]# echo "Hello World! This is my first blog post." > blogpost_0.txt
[root@s3ntinel.net ~]# git add blogpost_0.txt
[root@s3ntinel.net ~]# git commit -m "added first blog post"
[root@s3ntinel.net ~]# git push
[root@s3ntinel.net ~]# _