Git Like a Pro

Git Like a Pro
In GIT, there are the concepts of Working Directory, Staging Area, and HEAD (Last Commit)Working Directory (WD) Your actual files on disk — what you see in your code editor. Reflects all change...
0 Read More

Mejorando el git checkout

Mejorando el git checkout
Hace un buen tiempo había encontrado un truco para ejecutar comando mas complejos usando los alias de git. Este es un sección del archivo ~/.gifconfig donde se describen los alias disponibles por la...
0 Read More

20 Git Tips for 20 Years of Git

20 Git Tips for 20 Years of Git
Git was released on April 7, 2005, which is exactly 20 years ago! To celebrate this milestone, I have compiled 20 git tips helping you to become a more effective gitter!I also did the same on git's 16...
0 Read More

Git & GitHub Beginner Tutorial

Git is a version control system — it helps you save, track, and manage changes in your code. GitHub is a cloud service where you can upload your Git projects and collaborate with others.Let's learn ...
0 Read More