Git sync without commit

3/1/2022

We are using atlassian git for Gitops deployment. The agent running in kubernetes cluster frequently check commits or changes in the master branch and deploy it accordingly. Last time our git was down, and we made changes in the production cluster manually. Now I am looking for an option to sync the changes which performed from my local git repository to the organization repository (Production), does anybody know is there a way to do this? If I commit the change then the Gitops will re-deploy the changes to the production and I don't want that.

-- Wonderhost
git
gitops
kubernetes

0 Answers