Knowledge Graph — Coursera NotesAcademic disciplinesInformation Technology / Computer ScienceSoftware DevelopmentVersion ControlGit

Git branch

feature · part of Git

A Git branch is a separate line of development that allows working on features or fixes without affecting the main codebase. Branches enable parallel development and safe merging when ready. In this lesson, 'git checkout -b feature-branch' creates a new branch, and 'git merge feature-branch' integrates changes into master.

This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.

🧠 Knowledge Graph

Select a node

The owner's editing tools — shown here so you can see how the graph is grown, but read-only.

Click a bubble to drill in · click again to collapse · drag to move around