Created
November 29, 2020 00:18
-
-
Save adikari/dc65cf13d1ffeb6c97035924669303f9 to your computer and use it in GitHub Desktop.
Buildkite monorepo: set up project and push to Github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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