Skip to content

mehtameet2802/Personal-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build a Portfolio

I have build a responsive website that neatly displays an individual's portfolio for the Git Up Workshop by IEEE DJSCE

Files Included

  • index.html
  • style.css in css folder
  • main.js in js folder
  • img folder
  • vendor folder

Installation

git clone https://github.com/vrushti-mody/GitUpGuide.git

What is Version Control?

When we are working on a big project, it is extremely important to store all the changes that are being made to recall it at a later stage. Version Control Systems are software tools that help with it. They keep track of all the modifications that happen over time in the source code as versions. They also allow us to go through older versions and revert to an old version if required. There are many version control systems such as Git, Mercurial, CVS, and SVN. Git is the most popular and most widely used version control system in the industry.

Read more about: What is Version Control

Getting Started With Git

Git is the most popular open-source distributed VCS used with most commercial and non-commercial projects

Learn More at:

GitHub

GitHub is a code hosting platform for collaboration using the Git Version Control System. In layman’s term, it is the place where you keep all your projects and multiple people can work together on those projects.

Good resources to get started with GitHub:

Note that you do not need to be a master in VCS/Git/GitHub to start contributing. Once you are comfortable with the basics, you can start contributing to open-source.

Other Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published