error: No stash entries founderror: No stash entries found
There are no stashed changes to apply or pop.
error: pack exceeds maximum allowed sizeA Git pack operation exceeded the maximum allowed size.
The repository or a specific push contains more data than the server allows. This happens with very large repositories, many large files in history, or when the server has restrictive pack size limits.
Clean up large files from history using BFG Repo-Cleaner or git filter-branch. Use Git LFS for large files. Push in smaller batches. Contact the server administrator to increase pack size limits.
error: No stash entries foundThere are no stashed changes to apply or pop.
fatal: This operation must be run in a work treeThe operation requires a working tree but the repository is bare (no working directory).
CONFLICT (content): Merge conflictGit could not automatically merge changes because the same lines were modified in both branches.
fatal: shallow update not allowedA push from a shallow clone was rejected because the remote does not allow shallow updates.
nothing to commit, working tree cleanThere are no changes to commit; the working directory matches the last commit.
You are in 'detached HEAD' stateHEAD is pointing to a specific commit rather than a branch, meaning new commits will be orphaned.