- Do NOT remove other content.
- Try to keep pull requests small to minimize merge conflicts.
- Don't push
npm.lock
andPackage-lock.json
in your commit.
-
Fork this repo (button on top).
-
Clone on your local machine.
git clone https://github.com/Shubhamjain287/Web-Devlopment-Projects.git
-
Navigate to the project directory.
cd Web-Devlopment-Projects
-
Add a new remote branch
git remote add develop https://github.com/{YOUR_USERNAME}/Web-Devlopment-Projects
-
Create a new branch
git checkout -b new-branch
-
Add all the changes that you have made
git add .
-
Commit your changes
git commit -m "{Message}"
-
Then push
git push devolp new-branch
-
Create a new pull request from your forked repository by clicking New-Pull-Request.
In case of any help, please free to contact me via mail @ [email protected]
Shubham Jain |