Skip to content

A simple Portfolio website for everyone and along with that you learn about opensource

Notifications You must be signed in to change notification settings

pulkithanda/Poftfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Poftfolio

Hello, This is Sarthak Ranjan, a final year undergrad student majoring in Computer Science 💻. This repo is for my portfolio site.

Tech Stack used 🛠️

HTML5 CSS3 JavaScript

Want to contribute?

  1. Fork this repo. You can fork the repo by clicking "fork" button on top-right corner.

forking

  1. Clone it on your local machine by simply clicking green "code" button and copying the given link.

forking

Copy this link and open command prompt and switch to the location you want to save the project and run git clone <copied link here>

  1. Add your changes or features.

  2. Before pushing the code run following command to avoid merge conflicts

git remote add upstream https://github.com/sarthaknerd/Poftfolio.git
git fetch upstream
git pull upstream master
  1. Stage all the changes using git add .

  2. Add commit message git commit -m "<your message here>" and push the code using git push <remote name> <branch name>

  3. Then go to the main repo from where the project is forked and go into Pull Request tab.

Pull Request creation

  1. Click New Pull Request button.

forking

  1. Select the branch from forked repo you have contributed to and want to merge to the main repo and click Create Pull Request.

Selecting branch for pull request

And bam!:fire: thats it.

About

A simple Portfolio website for everyone and along with that you learn about opensource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published