Skip to content

Instantly share code, notes, and snippets.

View dipak-wagh's full-sized avatar
🤖

Dipak Wagh dipak-wagh

🤖
View GitHub Profile
@dipak-wagh
dipak-wagh / gist:16a04c8d8527a8e297440777d4323b6c
Created May 19, 2025 17:45
Push your project to GitHub to store, manage, and share your code with version control.
//Steps
Create a new repository on GitHub. Do not initialize it with a README.
Open your terminal or Git Bash.
Navigate to your project folder using cd path/to/your/project.
Run git init to initialize Git in the project folder.
Run git add . to stage all files for commit.