Git

Version Control System

A free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency

ProgrammingGit Partial Merging: Extracting Functions Between Branches

Learn how to extract individual functions between Git branches using cherry-pick, diff, and format-patch. Handle diverged branches and merge challenges.

4 answers 2 views
ProgrammingHow to Apply .gitignore to Committed Files in Git (git rm --cached)

Learn to untrack already committed files with git rm --cached, apply .gitignore to build artifacts like node_modules or venv, and remove them from Git history using filter-branch. Step-by-step guide for clean repos.

5 answers 3 views