cpanel Please commit your changes or stash them before you merge. error: The following untracked working tree files would be overwritten by merge: .cpanel.yml Please move or remove them before you merge. Aborting code example
Example 1: error: Your local changes to '.gitignore' would be overwritten by merge. Aborting. Please, commit your changes or stash them before you can merge.
git status
git stash
git status
Example 2: git stash changes before merge
git stash pop