https://github.com/mallickboy/xyz
  
  
     
    https://github.com/mallickboy/xyz
  
        Last synced: 24 days ago 
        JSON representation
    
- Host: GitHub
- URL: https://github.com/mallickboy/xyz
- Owner: mallickboy
- Created: 2022-10-28T12:30:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T13:33:02.000Z (about 3 years ago)
- Last Synced: 2025-02-17T23:35:10.201Z (9 months ago)
- Language: HTML
- Size: 7.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # Portfolio
Hello , This is Sarthak Ranjan, a final year undergrad student majoring in Computer Science :computer:. This repo is for portfolio site you can use it make yours too.
, This is Sarthak Ranjan, a final year undergrad student majoring in Computer Science :computer:. This repo is for portfolio site you can use it make yours too.
#### Tech Stack used 🛠️



#### Want to contribute?
1. Fork this repo. You can fork the repo by clicking "fork" button on top-right corner.

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

Copy this link and open command prompt and switch to the location you want to save the project and run 
```git clone ```
3. Add your changes or features.
4. Before pushing the code run following command to avoid merge conflicts
``` bash
git remote add upstream https://github.com/sarthaknerd/Poftfolio.git
git fetch upstream
git pull upstream master
```
5. Stage all the changes using ```git add .```
6. Add commit message ```git commit -m ""``` and push the code using ```git push  ```
7. Then go to the main repo from where the project is forked and go into **Pull Request** tab.

8. Click **New Pull Request** button.

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

And bam!:fire: thats it.