KushagraJain58-cmd / Portfolio-Site

Home Page:https://www.ishikajain.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio-Site

To access this project click here

TECH STACK USED

HTML CSS javascript

HOW TO CONTRIBUTE ? 👷

1. Fork repository.

2. Clone the forked repository.

3. Navigate to the project directory.

cd Portfolio-Site

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/KushagraJain58-cmd/Portfolio-Site

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. MAKE NECESSARY CHANGES IN THE PROJECT TO EDIT IT

8. Create a new branch.

git checkout -b <your_branch_name>

9. Add & Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

10. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

11. Create a Pull Request!

About

https://www.ishikajain.in/


Languages

Language:HTML 64.0%Language:CSS 35.2%Language:JavaScript 0.7%