/Git-Version-Control-Cookbook-Second-Edition

Git Version Control Cookbook – Second Edition, published by Packt

Primary LanguageC

#Contenido

##Estoy en la rama BugFix

Example Git repository

This repository shall explain the Git data model

Master

The master branch is the default branch, this is on default checked out when the repository is cloned

hello_world.c instructions

gcc -Wall hello_world.c -o hello ./hello The master branch is the default branch, feature/2 also exists.

Hello World

Implemented languages:

  • python
  • perl