Skip to main content

4 docs tagged with "collaboration"

View all tags

git stash — Shelving Work in Progress

`git stash` temporarily shelves (stashes) your uncommitted changes — both staged and unstaged — so you can switch context without committing half-finished.

git tag — Marking Releases

A **tag** is an immutable pointer to a specific commit — unlike a branch, it never moves. Tags are used to mark release points (`v1.2.0`), milestones, or any.