fatal: ambiguous argumentfatal: ambiguous argument
Git cannot determine if the argument refers to a revision, path, or something else.
error: Cannot delete branch currently checked outYou cannot delete the branch you are currently on.
Git does not allow deleting the branch you currently have checked out. You must switch to a different branch first.
Switch to a different branch first: git checkout main, then delete: git branch -d branch-to-delete. Use -D instead of -d to force delete an unmerged branch.
fatal: ambiguous argumentGit cannot determine if the argument refers to a revision, path, or something else.
fatal: shallow update not allowedA push from a shallow clone was rejected because the remote does not allow shallow updates.
fatal: bad objectThe referenced Git object does not exist or is corrupted.
fatal: Not possible to fast-forward, abortingA pull with --ff-only failed because the branches have diverged.
fatal: branch is already checked out at another worktreeThe branch cannot be checked out because it is already checked out in another worktree.
fatal: Authentication failedGit authentication with the remote server failed.