eval "$(ssh-agent -s)" ssh-add ~/.ssh/server
Local > remote Add the changed files commit the files push to repo git add FILE_NAME git...
Force pull git fetch origin git reset --hard origin/main Stash changes 1. Stash your change...