Rashi Phal – GitHub Repository Setup


GitHub Setup

git init

git add .

git commit -m "Initial Project Structure"
git remote add origin https://github.com/MacLearnAI/RashiPhal.git

git branch -M main

git push -u origin main

Leave a Reply

Your email address will not be published. Required fields are marked *