Francisco Javier Palacios Pérez Fco. Javier Palacios Pérez
Software Developer

Posts - Page 6

Posts - Page 6

How to install ZSH and Oh My ZSH! in GNU/Linux

How to install ZSH and Oh My ZSH! in GNU/Linux

Learn how to install and configure ZSH and Oh My ZSH! on GNU/Linux. Guide for Debian, Ubuntu, OpenSUSE, Arch Linux, and Gentoo.

How to install ZSH and Oh My ZSH! in macOS

How to install ZSH and Oh My ZSH! in macOS

Learn how to install and configure ZSH and Oh My ZSH! on macOS. Discover how to customize your terminal with themes and plugins.

How to install Linux subsystem Windows 10

How to install Linux subsystem Windows 10

Learn how to install the Linux subsystem on Windows 10 (WSL). Discover how to set up Ubuntu, Suse, or OpenSUSE on your Windows system.

Releasing new versions of our projects using Git tags 31 Mastering Git from scratch

Releasing new versions of our projects using Git tags

Discover how to use Git tags to version your code. Learn how to create, list, and delete annotated and lightweight tags.

Using Git aliases to increase our productivity 36 Mastering Git from scratch

Using Git aliases to increase our productivity

Learn how to create Git aliases to execute commands faster. Discover how to customize your workflow and be more productive.

How to undo commits in Git 18 Mastering Git from scratch

How to undo commits in Git

Learn how to undo commits in Git using reset and revert. Discover when to use each command and how to avoid conflicts in remote repositories.

Obtaining and cloning new commits from a Git repository 16 Mastering Git from scratch

Obtaining and cloning new commits from a Git repository

Discover how to clone remote repositories and keep them synchronized with git pull. Learn to work as a team from different machines.

Creating our first repository on GitHub 14 Mastering Git from scratch

Creating our first repository on GitHub

Learn how to create your first repository on GitHub step by step. Discover how to set up a new project, add files, and make your first commit.

Getting started with Git remotes 13 Mastering Git from scratch

Getting started with Git remotes

Git is a decentralized service, so you won't find the typical client-server architecture. Today you will learn how Git works with its remote nodes.

Getting started with Git branches (II) 10 Mastering Git from scratch

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.

Getting started with Git branches (I) 9 Mastering Git from scratch

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.

How to recover files after modifying them thanks to Git 8 Mastering Git from scratch

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.