TECHNICAL SEMINAR
MODY UNIVERSITY OF SCIENCE AND TECHNOLOGY
SCHOOL OF ENGINEERING AND TECHNOLOGY
B.TECH(IV YEAR )
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
PRESENTED BY:
Adhishi Pokharna
PRESENTED TO:
Dr. Anand Sharma
Dr. Prateek Bhanti
BACKUP
COLLABORATION
STORING VERSIONS
ANALYSIS
Interest over time graph
1. GitHub is a core hosting platform for version control collaboration or a social network for developers.
2. Git is a version control tool to perform certain operations.
More on GIT
1. git init : To create a local repository.
2. git remote add origin<link> : To add remote repository as origin and help sync repositories.
1.
2.
5. git commit: refers to the recording snapshots of the repository at a given time.
6. git log: shows the entire status of activities.
7.git push: To push your work into the central repository.
3.
THANK YOU!
THANK YOU!