how to cancel git pull code example
Example 1: git remove current pull
git reset --hard HEAD@{1}
Example 2: undo git pull
git reset --hard master@{"10 minutes ago"}
Example 3: how to un pull git
git reset --hard
git reset --hard HEAD@{1}
git reset --hard master@{"10 minutes ago"}
git reset --hard