Initial Commit
New-Item -Type File .gitignore #powershell echo ”# solanasis-docs” >> README.md git init git add . git commit -m “Initial commit” git branch -M main git remote add origin https://github.com/dzinreach/solanasis-docs.git git push -u origin main