mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-02-05 00:15:52 +00:00
15 lines
487 B
YAML
15 lines
487 B
YAML
---
|
|
# Add your GitHub token
|
|
# Defaults to using key returned by
|
|
# $ security find-internet-password -s github.com | grep "acct" | awk -F\" '{ print $4 }'
|
|
GHORG_GITHUB_TOKEN:
|
|
|
|
# This is where your *_ghorg directory will be created, use absolute pathing, defaults to $HOME/Desktop/
|
|
GHORG_ABSOLUTE_PATH_TO_CLONE_TO:
|
|
|
|
# Branch ghorg resets and leaves checked out, defaults to master
|
|
GHORG_BRANCH:
|
|
|
|
# How you'd like to clone the repos (https or ssh), defaults to https
|
|
GHORG_CLONE_PROTOCOL:
|