Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Run this from d:\Projects\SiteMente (or your local code folder)
|
||||
# Replace YOUR_USERNAME with your GitHub username
|
||||
|
||||
Set-Location $PSScriptRoot
|
||||
|
||||
git init
|
||||
git add .
|
||||
git commit -m "Initial commit"
|
||||
git branch -M main
|
||||
git remote add origin https://github.com/HaithamEKhalifa/sitemente.git
|
||||
git push -u origin main
|
||||
Reference in New Issue
Block a user