Git, GitHub and hosting your personal website
In today's session, we'll be learning how to use git, GitHub and how to host your personal website using Github Pages. Please get your laptops and keep your bio, photos, etc ready which you want to put on your personal website.
git is a Version Control System(VCS) used by software developers to manage revision history of software projects.
GitHub is a platform to host your git repositories so that others can view your source code and make contributiions.
Agenda:
Learn basics of git
- Initialize a new git repository
- Create a new commit
- Push your local git repository to GitHub
GitHub
- Setup your GitHub account
- Create a new repository
- Host your personal static website
Personal website
- Design a personal website for yourself with your bio, photos, interests, works, etc.