0% found this document useful (0 votes)
49 views2 pages

Git Brochure English

The document discusses the Spoken Tutorial Project which uses spoken tutorials to teach free and open source software. It is funded by the National Mission on Education through Information and Communication Technology in India. The tutorials are self-explanatory, use audio-visual methods, have short durations, and allow learning at one's own pace by doing. Workshops and forums are also provided.

Uploaded by

HuppyJohnny
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views2 pages

Git Brochure English

The document discusses the Spoken Tutorial Project which uses spoken tutorials to teach free and open source software. It is funded by the National Mission on Education through Information and Communication Technology in India. The tutorials are self-explanatory, use audio-visual methods, have short durations, and allow learning at one's own pace by doing. Workshops and forums are also provided.

Uploaded by

HuppyJohnny
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

The Spoken Tutorial Project

The Spoken Tutorial Project is funded by the


• Self-explanatory: uses simple language National Mission on Education through
• Audio-video: uses multisensory approach Information and Communication Technology,
• Small duration: has better retention Ministry of Human Resource Development,
• Learner-centered: learn at your own pace Government of India. Spoken Tutorial
• Learning by doing: learn and practise https://spoken-tutorial.org
simultaneously
• Empowerment: learn a new FLOSS
(Free/Libre and Open Source Software)

Contact us
Target Group Email: [email protected]
• Programmers Website: https://spoken-tutorial.org
• Web developers
• Project managers
Scan the QR code to
visit Spoken Tutorial website
Workshops
The Spoken Tutorial Project Team conducts
workshops on Git and other FLOSS using spoken
tutorials and gives certificates to those who
pass an online test.

For more details, please visit


https://spoken-tutorial.org

Forum
We have developed a beginner friendly Forum to
answer specific questions pertaining to any part
of a particular tutorial. IIT Bombay
National Mission on Education through
For more details, please visit -
Information and Communication Technology
https://forums.spoken-tutorial.org. (NMEICT)
Spoken Tutorial by IIT Bombay is licensed under a Creative
Commons Attribution-ShareAlike 4.0 International License.
www.sakshat.ac.in

Funded by MHRD, Government of India.


All trademarks within this document belong to their legitimate owners.
Introduction Spoken Tutorials in Git Series
• Git is a distributed version control Basic Level Tutorials
system • Overview and Installation of Git
• It is a free and open source software • Basic commands of Git
• It is designed to handle small to very • The git checkout command
large projects with speed and efficiency Features • Inspection and Comparison of Git
• Git is easy to learn • Tagging in Git
Download and Installation • It is a source code management system • Branching in Git
Install Git on Ubuntu Linux using Ubuntu for software development • Merging and Deleting branches
Software Center • Git keeps track of changes made to a • Stashing and Cleaning
Download and Install Git for Windows file or set of files
from www.git-scm.com Intermediate Level Tutorials
• It allows developers to work
collaboratively • Hosting Git Repositories
• It manages and stores versions of • Working with Remote Repositories
projects
• It helps in tracking the project progress
history
• It is easy to recover previous versions of
our work
• It records the complete history of all the
changes
• Conflicts can be easily resolved using
the suggestions given by Git
• If there is loss of data, it can be restored
from any of the client repositories

You might also like