fatal: tag already existsfatal: tag already exists
A tag with the specified name already exists.
No local changes to saveGit stash found no modified tracked files to stash.
You ran git stash but there are no changes to tracked files. Untracked files are not stashed by default. All changes may have already been committed or stashed.
This is informational. Use git stash -u to include untracked files. Check git status to see the actual state. Your working directory is already clean.
fatal: tag already existsA tag with the specified name already exists.
nothing to commit, working tree cleanThere are no changes to commit; the working directory matches the last commit.
warning: Large files detectedGit detected large files that may cause repository bloat.
fatal: unable to access: Could not resolve hostDNS resolution failed for the Git remote host.
error: Your local changes would be overwrittenGit refuses to perform an operation because it would overwrite uncommitted local changes.
fatal: A branch named 'x' already existsA branch with the specified name already exists in the repository.