$ cd hub $ git checkout -b topic Switched to a new branch 'topic' $ echo “Hey” >test2.txt $ git add . $ git commit -m ‘Adding test 2’ [master cbb6fde5805a] Adding test 2 1 file changed, 1 insertion(+) create mode 100644 test2.txt