You are not logged in.

#2901 2019-10-03 21:55:26

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Yes.

Offline

#2902 2019-10-03 21:57:50

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

$ git pull
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        1_accuweather
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting

Back to the stash circlejerk I'm afraid.

Last edited by TeoBigusGeekus (2019-10-03 21:58:21)


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2903 2019-10-03 21:58:47

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

With -f.

Offline

#2904 2019-10-03 22:00:17

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

$ git pull -f
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        1_accuweather
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting

Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2905 2019-10-03 22:02:06

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Try:

git checkout HEAD^ 1_accuweather
git checkout HEAD^ CHANGELOG

or

git checkout -- 1_accuweather
git checkout -- CHANGELOG

And then pull (it should go without -f).

Last edited by morfik (2019-10-03 22:04:49)

Offline

#2906 2019-10-03 22:05:11

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

$ git checkout HEAD^ 1_accuweather
Updated 1 path from 143f1ed
[[Time:01:00 Location:~/1_accuweather]]
$ git checkout HEAD^ CHANGELOG
Updated 1 path from 143f1ed
[[Time:01:00 Location:~/1_accuweather]]
$ git pull
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting
[[Time:01:00 Location:~/1_accuweather]]
$ git pull -f
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting

Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2907 2019-10-03 22:05:49

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Try:

git checkout -- 1_accuweather
git checkout -- CHANGELOG

Offline

#2908 2019-10-03 22:06:03

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

[[Time:01:01 Location:~/1_accuweather]]
$ git checkout -- 1_accuweather
[[Time:01:02 Location:~/1_accuweather]]
$ git checkout -- CHANGELOG
[[Time:01:02 Location:~/1_accuweather]]
$ git pull
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting

Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2909 2019-10-03 22:09:16

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Show `git status`

Offline

#2910 2019-10-03 22:10:58

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

$ git pull
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting
[[Time:01:02 Location:~/1_accuweather]]
$ git status
On branch master
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
        modified:   CHANGELOG

Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2911 2019-10-03 22:12:04

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

git restore --staged CHANGELOG

This should do the job, then pull.

Last edited by morfik (2019-10-03 22:13:18)

Offline

#2912 2019-10-03 22:14:15

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

[[Time:01:07 Location:~/1_accuweather]]
$ git restore --staged CHANGELOG
[[Time:01:10 Location:~/1_accuweather]]
$ git pull
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting
[[Time:01:10 Location:~/1_accuweather]]
$ git pull -f
Updating a3595b7..b4c5f50
error: Your local changes to the following files would be overwritten by merge:
        CHANGELOG
Please commit your changes or stash them before you merge.
Aborting

Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2913 2019-10-03 22:16:19

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

WTF... why doesn't it remove the file? big_smile

Offline

#2914 2019-10-03 22:18:44

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

The power of Christ compels you!!!!!

Seriously now, I will delete everything tomorrow and start anew.
Thanks for the dedication morfik, I really appreciate it, but go to sleep now, it's 01:20 here, I don't know about Poland.
Good night...


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2915 2019-10-03 22:23:12

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

This is solvable. But I don't know why the file can't be removed. Could you send me a zip of your local repo?

In Poland, it's 00:24. big_smile

Last edited by morfik (2019-10-03 22:24:03)

Offline

#2916 2019-10-03 22:25:16

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

I've deleted what've done and restored the copy I saved just before we started this session. Do you still want your zip?


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2917 2019-10-03 22:25:53

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Sure, send it to mmorfikov at gmail.com

Offline

#2918 2019-10-03 22:26:48

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Closing to 01:30 here and tomorrow morning I have to be next to a river surveying with the company of a few bears (do you read S11)?


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2919 2019-10-03 22:28:20

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

It's over 25mb, I'll upload it to drive first.


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2920 2019-10-03 22:28:29

morfik
Member
From: Europe/Poland
Registered: 2016-09-08
Posts: 169
Website

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

What's S11?

Offline

Board footer

Powered by FluxBB