CATEGORY

GIT

git fetch vs git pull Explained [With Examples]

git pull performs both git fetch + git merge without any user prompt. git fetch wil only fetch the reefs and tags from remote repo but will not merge them to …

By admin · 12 min read · 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