commands
./github config
./github projects
./github repos
update repositories from github
./github
clone all repositories from organisation
./github clone
push all repositories from folder
./github push
load all projects and manage on github
chmod a+x .github/*
./projects.sh > .github.projects
./repos.sh > .github.repos
Generate token GitHub Docs: Creating a personal access token
- [Create a personal access token](https://github.com/settings/tokens/new?description=github%20integration%20plugin&scopes=repo%2Cgist%2Cread%3Aorg%2Cworkflow
Save to file
.github.token
chmod +x github
github init
github status
github clone
github pull
github pull origin
chmod +x projects
./projects rm -rf