TAG

Git

How to use git revert properly [4 Different Ways]

To revert or undo in git is facilitated by the git revert function. git revert command provides a unique way of undoing changes to a specific commit while …

By admin · 9 min read · GIT

git pull command examples [5 Methods]

Git pull is the process of fetching and merging committed changes from a remote project to your local server. It is combination of git fetch and git merge

By admin · 9 min read · GIT