One of the 100 questions in this topic
How much do you know about Git and Version Control?An orphan commit in Git is a commit that has no parent, meaning it is not connected to previous history. It is typically used to start a new history in a branch, such as a gh-pages branch disconnected from the main code.