Re: How to view diff when doing `git push --force`

2018-01-10 Thread KES
> At this point, no, but in the future instead of --force use > --force-with-lease=: where is e.g. $(git > rev-parse HEAD). Thank you. But I have found next command to see what were changed. For example if someone did forced push and I wanna see changes before merge remote git log --graph --d

Re: How to view diff when doing `git push --force`

2017-03-11 Thread Ævar Arnfjörð Bjarmason
On Sat, Mar 11, 2017 at 3:52 PM, KES wrote: > Hi. I have done `git push --force` but I forget to `pull`, > > Counting objects: 7, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (7/7), done. > Writing objects: 100% (7/7), 765 bytes | 0 bytes/s, done. > Total 7 (delta 6

How to view diff when doing `git push --force`

2017-03-11 Thread KES
Hi. I have done `git push --force` but I forget to `pull`, Counting objects: 7, done. Delta compression using up to 4 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 765 bytes | 0 bytes/s, done. Total 7 (delta 6), reused 0 (delta 0) To xxxgit:cry/cry.git + 48e9058..