$ 0 0 We can commit and push to our repository, much like any other Git system: $ cd example $ echo hello > world $ git add world $ git commit -m "The World" [master (root-commit) 06bf85e] The World 1 files ...