git add README.md; git commit -m "Changed README.md file"; git push origin master
git clone https://github.com/tomnoland/Chapter.git
git checkout -b fix/bbb
java -jar Buttons.jar&
/usr/bin/open -a /Applications/Google\ Chrome.app http://localhost:8080/
/usr/bin/open -a /System/Library/CoreServices/Finder.app .
cd ~
git clone https://github.com/tomnoland/chapter
cd chapter
cd ~
git clone https://github.com/tomnoland/chapter_extras
cd chapter_extras
hub create
git remote add $PROJECT_NAME git@github.com:tomnoland/$PROJECT_NAME.git
GIT_COMMIT_MESSAGE=
git add .
git commit -m $GIT_COMMIT_MESSAGE
git push origin master
git pull origin master
cd chapter
cd chapter_extras
/usr/bin/open -a /System/Library/CoreServices/Finder.app .
"/Applications/NetBeans/Apache NetBeans 11.1.app/Contents/Resources/NetBeans/bin/netbeans" README.md
echo Buttons.jar > .gitignore
echo Project_Notes.txt-e >> .gitignore
echo ./resources/scripts/SetGithubDeployKey.sh >> .gitignore
echo .ssh >> .gitignore
git add .
git commit -m "And so, it begins."