Skip to content

anandmohan23/programmergaurav.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Portfolio

1.How to Contribute


- Fork the Repository

- Clone the Forked repository


2.Using Git to Clone:


git clone https://github.com/URL-HERE/

Add Scripts and necessary changes


3.Using Git:


Initialize git in the repo and adding contents

git init (Can be skipped)
git add . 

Commit the changes with commit messages

git commit -m "MENTION-YOUR-COMMITS"

4.Push your branch to Forked Repo:


git remote add origin URL-HERE
git push -u origin master

5.Raise a Pull Request to the Parent Repository through Github Website


6.Syncing a fork:


Fetch the changes made in upstream

git fetch UPSTREAM/MASTER

Merge the changes from upstream/master into your local master branch

git merge UPSTREAM/MASTER

Push to your branch

git push

7.⭐ Please dont forget to star this repository and contribute to it ⭐



8.My Contacts


Linkedin

Instagram

GitHub

Facebook

About

Portfolio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 83.5%
  • SCSS 10.1%
  • JavaScript 4.8%
  • CSS 1.6%