An interactive guide to Git and GitHub, designed to help you learn and practice good version control habits.
We welcome all types of pull requests! The main goal of this repository is to provide a space for learning and practicing good Git and GitHub workflows.
To run this project using Docker, follow these steps:
docker build -t estebanrfp/git-guide .
docker run -p 8080:80 estebanrfp/git-guide
Created by @estebanrfp.