Skip to content

Push and pull

Replace last commit

Note: to use only with Pull/Merge Requests

git add .
git commit --amend --no-edit
git push -f origin branch-name

Pull force pushed commits

git fetch origin
git reset --hard origin/master