Replies: 4 comments 3 replies
-
|
I think you have made some manual changes in your checkout. You can stash those changes in your local git repo... Then you can proceed with the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi Aaron Many thanks - how do I get the original file (s) back afterwards ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi Aaron I dont think it can be that as I have stacking disabled Regards Graham |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi Aaron
When I try to update using git pull origin main I get the following error
pi@Stratocumulus:~/indi-allsky $ git pull origin main
remote: Enumerating objects: 637, done.
remote: Counting objects: 100% (180/180), done.
remote: Compressing objects: 100% (104/104), done.
remote: Total 637 (delta 122), reused 116 (delta 76), pack-reused 457 (from 2)
Receiving objects: 100% (637/637), 956.94 KiB | 227.00 KiB/s, done.
Resolving deltas: 100% (414/414), completed with 17 local objects.
From https://github.com/aaronwmorris/indi-allsky
2774919..a1d16a4 main -> origin/main
Updating a905554..a1d16a4
error: Your local changes to the following files would be overwritten by merge:
indi_allsky/flask/templates/index_img.html
Please commit your changes or stash them before you merge.
Aborting
I dont know how to proceed
Warm Wishes
Graham
Beta Was this translation helpful? Give feedback.
All reactions