I was working on a project today and and pushed a commit inside my terminal window of phpstorm. I then closed phpstorm but then suddenly a feeling came over me: Did I fully wait until the push process was done?
I went to GitHub and checked the last commit and it seems that everything is there. I cloned the respository (I only have a master branch) and it has the latest files seemingly.
Can I somehow check if the commit is really pushed? In GitHub or via git command line? Is it possible that only half or 4/5 of the commit is pushed and not the rest?
I searched Google for if git stores its terminal output in a logfile but apparently this is not the case.
I'm really afraid that I aborted the push accidently. Everything seems right, but I am really paranoid right now.