You are in 'detached HEAD' stateDetached HEAD state
HEAD is pointing to a specific commit rather than a branch, meaning new commits will be orphaned.
warning: Large files detectedGit detected large files that may cause repository bloat.
Files exceeding a size threshold were detected. Large files in Git history permanently bloat the repository since Git stores all versions. Binary files and build artifacts are common offenders.
Use Git LFS for large files: git lfs track '*.psd'. Add large files to .gitignore. If already committed, remove from history with BFG Repo-Cleaner or git filter-branch.
You are in 'detached HEAD' stateHEAD is pointing to a specific commit rather than a branch, meaning new commits will be orphaned.
fatal: 'origin' does not appear to be a git repositoryGit could not connect to the specified remote repository.
error: could not apply (cherry-pick)A conflict occurred while cherry-picking a commit.
error: sparse-checkout is not enabledA sparse-checkout operation was attempted but the feature is not enabled.
CONFLICT (content): Merge conflictGit could not automatically merge changes because the same lines were modified in both branches.
error: object file is emptyA Git object file is corrupted and contains no data.