📰 Dev.to · Javi Palacios
8 articles · Updated every 3 hours · View all reads
All
Articles 84,955Blog Posts 106,829Tech Tutorials 20,883Research Papers 18,057News 14,102
⚡ AI Lessons

Dev.to · Javi Palacios
⚡ AI Lesson
3d ago
Getting started with Git branches (II)
Do you want to know how to increase your productivity by making multiple simultaneous tasks using Git? Then you need to learn more about the Git branches.

Dev.to · Javi Palacios
4d ago
Getting started with Git branches (I)
Do you want to know how to increase your productivity by making multiple simultaneous tasks using Git? Then you need to learn more about the Git branches.

Dev.to · Javi Palacios
5d ago
How to recover files after modifying them thanks to Git
Do you hate to modify a file with incorrect changes and then go crazy because you don't know what to do? Git is here to help us with that.

Dev.to · Javi Palacios
1w ago
Understanding file changes with git diff
Before making a commit, do you know exactly what you've changed? git diff shows you line by line what was modified, what is staged, and what differs between bra

Dev.to · Javi Palacios
1w ago
Tracking and ignoring files in Git
Not every file in your project should be in Git. Learn how to use .gitignore to exclude what shouldn't be versioned and how to configure a global .gitignore for

Dev.to · Javi Palacios
1w ago
Understanding git status and git log
Two commands you'll use every single day with Git: git status tells you the current state of your repository and git log shows you its history. In this tutorial

Dev.to · Javi Palacios
2w ago
Getting started with Git
Would you like to do your first commit in Git? In this part of the course we will teach you how easy is to make your first commit.

Dev.to · Javi Palacios
🔧 Backend Engineering
⚡ AI Lesson
2w ago
How to install Git on Linux, macOS and Windows
Do you want to learn how to install Git on Linux, macOS and Windows? In addition, you will also learn the first basic Git commands and Initial Setup.
DeepCamp AI