Category: Rashi Phal – GitHub Setup


  • Rashi Phal – GitHub Commands

    Rashi Phal – GitHub Commands

    GitHub Commands (1) Initialize Git Inside Your Project Folder git init (2) Check Status git status (3) Add All Files git add . (4) Commit The Changes git commit -m "Initial commit" (5) Connect To GitHub git remote add origin <your_repo_url> (6) Verify Remote Added git remote -v (7) Push Code To GitHub git push -u origin main

    Read More

  • Rashi Phal – GitHub Setup

    Rashi Phal – GitHub Setup

    Rashi Phal – GitHub Setup admin November 22, 2025 Rashi Phal – GitHub Setup Read More

    Read More

  • Rashi Phal – GitHub Setup

    Rashi Phal – GitHub 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

    Read More