Cours
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.
28 août 2024 · 5 min de lecture
Become a Data Engineer
Become a data engineer through advanced Python learning
Become a Data Engineer
Prove your skills as a job-ready data engineer.
Sujets
Learn version control with these courses!
2 hr
23.9K
Cours
Introduction to Git
2 hr
24.7K
Voir plus
ApparentéVoir plusVoir plus
cheat-sheet
Complete Git Cheat Sheet
Git lets you manage changes made to files and directories in a project. It allows you to keep track of what you did, undo any changes you decide you don't want, and collaborate at scale with others.
Richie Cotton
9 min
Didacticiel
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
6 min
Didacticiel
GIT Push and Pull Tutorial
Learn how to perform Git PUSH and PULL requests through GitHub Desktop and the Command-Line.
Olivia Smith
13 min
Didacticiel
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
5 min
Didacticiel
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
10 min
Didacticiel
Git Switch Branch: A Guide With Practical Examples
Learn how to switch a branch in Git using git switch and understand the differences between git switch and git checkout.
François Aubry
8 min