DEV Community

Mastering Git from Scratch Series' Articles

Back to Javi Palacios's Series
What is Git?
Cover image for What is Git?

What is Git?

1
Comments
3 min read
How to install Git on Linux, macOS and Windows
Cover image for How to install Git on Linux, macOS and Windows

How to install Git on Linux, macOS and Windows

Comments
4 min read
Getting started with Git
Cover image for Getting started with Git

Getting started with Git

Comments
4 min read
The three States of Git
Cover image for The three States of Git

The three States of Git

Comments
4 min read
Understanding git status and git log
Cover image for Understanding git status and git log

Understanding git status and git log

Comments
5 min read
Tracking and ignoring files in Git
Cover image for Tracking and ignoring files in Git

Tracking and ignoring files in Git

1
Comments
4 min read
Understanding file changes with git diff
Cover image for Understanding file changes with git diff

Understanding file changes with git diff

Comments
4 min read
How to recover files after modifying them thanks to Git
Cover image for How to recover files after modifying them thanks to Git

How to recover files after modifying them thanks to Git

Comments
3 min read
Getting started with Git branches (I)
Cover image for Getting started with Git branches (I)

Getting started with Git branches (I)

Comments
3 min read
Getting started with Git branches (II)
Cover image for Getting started with Git branches (II)

Getting started with Git branches (II)

Comments
7 min read
Advanced branching in Git
Cover image for Advanced branching in Git

Advanced branching in Git

Comments
6 min read
Stashing Changes with git stash
Cover image for Stashing Changes with git stash

Stashing Changes with git stash

Comments
6 min read
Getting started with Git remotes
Cover image for Getting started with Git remotes

Getting started with Git remotes

Comments
2 min read
Creating our first repository on GitHub
Cover image for Creating our first repository on GitHub

Creating our first repository on GitHub

Comments
3 min read
Working with Git Remotes
Cover image for Working with Git Remotes

Working with Git Remotes

Comments
5 min read
Obtaining and cloning new commits from a Git repository
Cover image for Obtaining and cloning new commits from a Git repository

Obtaining and cloning new commits from a Git repository

Comments
3 min read
Push and fetch in Git: syncing with the remote
Cover image for Push and fetch in Git: syncing with the remote

Push and fetch in Git: syncing with the remote

Comments
4 min read