Skip to content

Instantly share code, notes, and snippets.

@adikari
Created November 29, 2020 00:18
Show Gist options
  • Save adikari/dc65cf13d1ffeb6c97035924669303f9 to your computer and use it in GitHub Desktop.
Save adikari/dc65cf13d1ffeb6c97035924669303f9 to your computer and use it in GitHub Desktop.
Buildkite monorepo: set up project and push to Github
mkdir buildkite-monorepo-example
cd buildkite-monorepo-example
git init
echo node_modules/ > .gitignore
git add .
git commit -m "initialize repository"
git remote add origin <YOUR_GITHUB_REPO_URL>
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment