$ git reflog 4488bcd HEAD@{0}: commit (amend): Install nslookup on Eglide 16938a3 HEAD@{1}: pull: Fast-forward 33adc11 HEAD@{2}: checkout: moving from oidentd to master 1db86a9 HEAD@{3}: commit (amend): Install and configure oidentd on Eglide a87550a HEAD@{4}: commit (amend): Install and configure oidentd on Eglide da66210 HEAD@{5}: commit: Install and configure oidentd on Eglide 33adc11 HEAD@{6}: checkout: moving from master to oidentd 33adc11 HEAD@{7}: commit (amend): Fix nginx invoke command issue … $ git diff 16938a3 4488bcd $ git push -f Counting objects: 6, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 908 bytes | 0 bytes/s, done. Total 6 (delta 4), reused 0 (delta 0) remote: +---------------------------------------------------------------+ remote: | * * * PUSH REJECTED BY EVIL DRAGON BUREAUCRATS * * * | remote: +---------------------------------------------------------------+ remote: \ remote: \ ^ /^ remote: \ / \ // \ remote: \ |\___/| / \// .\ remote: \ /V V \__ / // | \ \ *----* remote: / / \/_/ // | \ \ \ | remote: @___@` \/_ // | \ \ \/\ \ remote: 0/0/| \/_ // | \ \ \ \ remote: 0/0/0/0/| \/// | \ \ | | remote: 0/0/0/0/0/_|_ / ( // | \ _\ | / remote: 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\.-~ / / remote: ,-} _ *-.|.-~-. .~ ~ remote: \ \__/ `/\ / ~-. _ .-~ / remote: \____(Oo) *. } { / remote: ( (--) .----~-.\ \-` .~ remote: //__\\ \ DENIED! ///.----..< \ _ -~ remote: // \\ ///-._ _ _ _ _ _ _{^ - - - - ~ remote: remote: remote: DANGEROUS CHANGE: The change you're attempting to push updates the branch 'master' from '16938a3f2653' to '4488bcd6d16d', but this is not a fast-forwar d. Pushes which rewrite published branch history are dangerous. remote: Dangerous change protection is enabled for this repository. remote: Edit the repository configuration before making dangerous changes. remote: To ssh://devcentral.nasqueron.org:5022/diffusion/OPS/nasqueron-operations.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'ssh://vcs@devcentral.nasqueron.org:5022/diffusion/OPS/nasqueron-operations.git' $ git push -f Counting objects: 6, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 908 bytes | 0 bytes/s, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://devcentral.nasqueron.org:5022/diffusion/OPS/nasqueron-operations.git + 16938a3...4488bcd master -> master (forced update)