Pular para o conteúdo principal
Categoría
Tecnologias

Tutoriais do Git

Nossos tutoriais sobre Git fornecem dicas de controle de versão para ciência de dados. Saiba mais sobre o Git, incluindo instruções, fluxos de trabalho e recursos da versão mais recente.
Outras tecnologias:
Agentes de IAAWSAzureBusiness IntelligenceCara de abraçoChatGPTdbtDockerExcelGoogle Cloud PlatformIA generativaInteligência Artificial JavaKafkaKubernetesModelos de idiomas grandesMongoDBMySQLNoSQLOpenAIPlanilhasPostgreSQLPower BIPySparkPythonRSnowflakeSQLSQLiteTableauTelas de dados
GroupTreinar 2 ou mais pessoas?Experimentar DataCamp for Business

Git Prune: What Is Git Pruning and How to Use Git Prune

Git prune is a Git command that removes objects from the repository that are no longer reachable from any commit or branch, helping to free up disk space.
François Aubry's photo

François Aubry

28 de agosto de 2024

Git Rename Branch: How to Rename Local or Remote Branch

Learn how to rename local and remote Git branches using either the terminal or the graphical user interface (GUI) of popular clients like GitHub.
François Aubry's photo

François Aubry

7 de agosto de 2024

Git Pull Force: How to Overwrite a Local Branch With Remote

Learn why git pull --force isn’t the best way to overwrite a local branch with the remote version, and discover the proper method using git fetch and git reset.
François Aubry's photo

François Aubry

6 de agosto de 2024

Git Clone Branch: A Step-by-Step Tutorial

To clone a specific branch, use the command git clone --single-branch --branch , replacing with the desired branch and with the repository's URL.
François Aubry's photo

François Aubry

27 de junho de 2024

How to Clone a Specific Branch In Git

Learn how to clone only a single branch from a Git repository to save disk space and reduce cloning time.
Bex Tuychiev's photo

Bex Tuychiev

23 de junho de 2024

Git Reset and Revert Tutorial for Beginners

Discover how to use Git reset and revert to manage your project history. Practice with detailed examples using soft, mixed, and hard resets. Learn the difference between Git reset and revert.
Zoumana Keita 's photo

Zoumana Keita

1 de outubro de 2024

How to Resolve Merge Conflicts in Git Tutorial

Learn various commands and tools for merging two branches and resolving conflicts in Git, an essential skill for data scientists.
Abid Ali Awan's photo

Abid Ali Awan

15 de março de 2025

GitHub and Git Tutorial for Beginners

A beginner's tutorial demonstrating how Git version control works and why it is crucial for data science projects.
Abid Ali Awan's photo

Abid Ali Awan

27 de abril de 2022

Git Install Tutorial

Learn about Git initial setup, Git LFS, and user-friendly Git GUI applications in this in-depth tutorial.
Abid Ali Awan's photo

Abid Ali Awan

22 de abril de 2022

Git Push and Pull Tutorial

Learn how to perform Git PUSH and PULL requests through GitHub Desktop and the Command-Line.

Olivia Smith

27 de fevereiro de 2026

Git Setup: The Definitive Guide

In this tutorial, you'll learn how to set up Git on your computer in different operating systems.

Olivia Smith

12 de dezembro de 2018

Setup a Data Science Environment on your Computer

Learn about the various options you have to setup a data science environment with Python, R, Git, and Unix Shell on your local computer.
DataCamp Team's photo

DataCamp Team

27 de junho de 2018