The System Cannot Deploy - uncommitted changes

jameskendev

Registered
Jun 20, 2019
1
0
1
England
cPanel Access Level
Root Administrator
Hi all.

I have uncommitted changes on the checked out branch so I am unable to pull in any changes manually through cpanel.
However, I have made no local changes so I'm not sure how a git stash would work. Project in question was handed to me to "sort out", previous team uploaded countless files to the master repo. I was thinking a revert or a change of branch then back again may clear this error.

Any help would be greatly appreciated, I'm relatively new to git!

Thanks.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Project in question was handed to me to "sort out", previous team uploaded countless files to the master repo. I was thinking a revert or a change of branch then back again may clear this error.
Hello @jameskendev,

The following documents are a good place to start if you've not already read them:

Guide to Git - cPanel Knowledge Base - cPanel Documentation
Guide to Git - Deployment - cPanel Knowledge Base - cPanel Documentation

Have you considered starting fresh with a new Git repo?

Thank you.