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 …
git remote add Explained (With Examples, Mistakes & Fixes)
Git remote add is a git command that enables developers to work on a central remote repo by creating remote duplicates. Remote add command serves as a means …
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
git detached HEAD Explained [Easy Examples]
Git detached head is a state whereby the head points to a commit and not the branch using the git checkout command.
git remote set-url to change remote repo URL [With Examples]
Use git remote set-url to change remote repository URL. git change remote origin, git change remote url, got change origin examples
