TAG

Git

git commit amend PROPERLY [Easy Examples]

Use git commit amend command to update any existing commit with new modifications, update the author details, modify commit message

By admin · 6 min read · GIT

git prune explained [Easy Examples]

Git prune is a git function whose main purpose is cleaning stale or dormant objects from a git repository. A stale object in git becomes unreferenced and cannot …

By admin · 6 min read · GIT