Skip to content

Instantly share code, notes, and snippets.

@ringanta
Created June 16, 2020 13:40
Show Gist options
  • Save ringanta/2b33f4dedf7adc7b3df4fff68ecc44f8 to your computer and use it in GitHub Desktop.
Save ringanta/2b33f4dedf7adc7b3df4fff68ecc44f8 to your computer and use it in GitHub Desktop.
git init
echo -e ".terraform\ntfplan.out" >> .gitignore
git add .
git commit -m 'Initial commit'
git remote add origin <GITHUB_REPO_URL>
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment