Skip to content
Snippets Groups Projects
Select Git revision
  • fc299498a9c7451aaebce539522b62b14fd2343d
  • master default protected
2 results

git_basis

  • Clone with SSH
  • Clone with HTTP
  • Laurent Modolo's avatar
    fc299498
    History

    Git : the basis

    You can find the partial guide and a presentation support and in this repository and compile them into .pdf format with the following commands:

    R -e 'install.packages("rmarkdown", repos = "https://cloud.r-project.org")'
    make

    Partial guide

    The practical guide is decomposed in three sections.

    • In the first part Git Alone , you will learn to use the basic Git command.
    • In the second part Git remote , you will learn to interact with a Git remote repository
    • In the last part Git together , you will learn to work in collaboration with another person using Git.

    Presentation support

    The presentation support, provide advanced details on the mechanisms behind Git. It can be read independently from the partial guide.