Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 929 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 929 Bytes

github

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/*

Update projects

./projects.sh > .github.projects

Update repos

./repos.sh > .github.repos

Generate token GitHub Docs: Creating a personal access token

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