Tutorials - Page 8
Tutorials - Page 8
31Mastering Git from scratchReleasing 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.
36Mastering Git from scratchUsing 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.
18Mastering Git from scratchHow 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.
16Mastering Git from scratchObtaining 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.
14Mastering Git from scratchCreating 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.
13Mastering Git from scratchGetting 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.
10Mastering Git from scratchGetting 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.
9Mastering Git from scratchGetting 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.
8Mastering Git from scratchHow 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.
4Mastering Git from scratchThe three States of Git
Mastering Git requires us to understand the three States of Git. In this tutorial we teach you everything you need to know about them.
3Mastering Git from scratchGetting 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.
2Mastering Git from scratchHow 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.