sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

Prepare for use with selected source control provider #251

Open gfranxman opened 1 week ago

gfranxman commented 1 week ago

If the user chooses a git bases provider, we should set up to the project for git. This would include creating an initial .gitignore and running git init . and git add . and `git commit -m 'Initial Scaf setup'.