Hacktoberfest 2k19 Session1
Hacktoberfest 2k19 Session1
● Git
● Github
● Demo
Version Control
Version Control System
- Version control system records changes to a file or set of
files over time so that you can recall specific versions later.
- It is also used to keep a track of who made a particular
change.
- Eg. Git, SVN, Mercurial, etc.
Learning Git
What is git?
Demo - 1
git init
git add
git commit
git status
git log
- git log
- Shows your commit history.
- Shows a list of your commits with the
commit message, timestamp and a hash
value of that commit
Github
What is Github
Special Thanks to
CSD NITK
for providing us with the
required technical support.