Skip to content

Latest commit

 

History

History
 
 

Git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Introduction to git

Git is a Version Control System (VCS).

References

Objectives

During this session you will learn how to:

  1. clone a remote repository and to register the versions of a local folder
  2. save snapshot of your work: commit
  3. create branches to isolate some modifications
  4. interact with a remote repository: push your modifications and pull the modifications of others
  5. resolve simple conflicts with merge