Skip to content

tomnoland/chapter_extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chapter_extras


Table of Contents

Git and Github

Tools


Links

App

GraphQL Playground

Discord Channel

Github - Chapter

Contributing doc


Chapter


Push README

git add README.md; git commit -m "Changed README.md file"; git push origin master

Clone

git clone https://github.com/tomnoland/Chapter.git

Branch

git checkout -b fix/bbb

Init Button Panel

java -jar Buttons.jar&

Browser

/usr/bin/open -a /Applications/Google\ Chrome.app http://localhost:8080/

Finder

/usr/bin/open -a /System/Library/CoreServices/Finder.app .

Git and Github


Clone project

cd ~
git clone https://github.com/tomnoland/chapter
cd chapter
cd ~
git clone https://github.com/tomnoland/chapter_extras
cd chapter_extras

Hub - Create and Add Remote Repo

hub create
git remote add $PROJECT_NAME git@github.com:tomnoland/$PROJECT_NAME.git

Push all

GIT_COMMIT_MESSAGE=
git add .
git commit -m $GIT_COMMIT_MESSAGE
git push origin master

Pull

git pull origin master


Tools

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

Sandbox

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."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages