99.9 % of peopel wil get dis wrong!!!
But in all seriousness:
You don't have to define the factorial function in terms of the gamma function nor the gamma function in terms of the factorial function!!!! In this light, the other answers (in my humble opinion) are very wrong.
However, the gamma function is nice because it $interpolates$ the factorial function nicely for positive integers. Physicists often like to do other things such as extend the factorial function to be able to compute things like $\frac{1}{2}! = \sqrt{\frac{\pi}{4}}$
You should realize that you CAN extend the factorial function so long as your audience is clear that you are defining something a certain way. For example, the factorial function is usually defined as $0!=1$ and $n!=(n-1)!$ then it might be natural to do the following for the factorial function on negative integers, let $(-n!)=(-(n-1)!)$ and $0!=1$, so that for even $n$ we have $n!=(-n!)$ and that for odd $n$ we have that $-(n!)=(-n!)$
For example, $$-1!=-1$$
$$-2!=2$$
$$-3!=-6$$
$$-4!=24$$
and so on; of course, this is just one way to define it.... and as the post you found (probably) said itself, $99$% of people get this wrong.