aboutsummaryrefslogtreecommitdiff
path: root/tools/git-bootstrap/README.org
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-22 11:24:43 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-22 11:24:43 -0700
commit738a87b29b773e4ea80eca398a44528ebf9e6c39 (patch)
tree2f843dbfb685b7c5cd0480104ce2b8d6b76efcc4 /tools/git-bootstrap/README.org
parentfix(flake): remove unstable URL for nixpkgs (diff)
downloadinfra-738a87b29b773e4ea80eca398a44528ebf9e6c39.tar.gz
ref(tools/git-bootstrap): this is replaced by terraform
Diffstat (limited to '')
-rw-r--r--tools/git-bootstrap/README.org13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/git-bootstrap/README.org b/tools/git-bootstrap/README.org
deleted file mode 100644
index 74ced1b..0000000
--- a/tools/git-bootstrap/README.org
+++ /dev/null
@@ -1,13 +0,0 @@
-#+TITLE: git-bootstrap
-
-Bootstrap a new git repository with a license, readme, and create a remote repository on GitHub.
-
-* GitHub
-When running the command, a new remote repository is created on GitHub when a token is present in the git configuration, under github.bootstrap.
-
-To create a token:
-1. go to https://github.com/settings/tokens
-2. create a token with the scope for repo
-3. store the token with =git config --global github.bootstrap <token>=
-
-To skip the creation of a repository on GitHub: =git-bootstrap -no-github <repo name>=