JulienMasson / org-gtasks

Org sync with Google Tasks
GNU General Public License v3.0
49 stars 16 forks source link

Optional listname for push and pull functions #9

Closed pascalfleury closed 3 years ago

pascalfleury commented 3 years ago

This makes scripting these calls easier, rather than going one level down and using more "internal" functions.

This is very useful when you want to bind this in a call from a timer to update the tests regularly (e.g. when refreshing the calendar view).

pascalfleury commented 3 years ago

somehow anything I do with git will end up with an even more messed up history...

JulienMasson commented 3 years ago

your master is not aligned with mine, that's why when you create Pull-Request you have unwanted commits.

You should do something like this to align your master:

$ git remote add -f upstream https://github.com/JulienMasson/org-gtasks.git
$ git push --force origin 'upstream/master:refs/heads/origin/master'
pascalfleury commented 3 years ago

That was one reason. But you have not seen the mess I made in my git history :-) I went ahead and read most of the git book, as I was basically dealing with remote repositories completely wrong. Thanks for your patience ! --paf

On Mon, Jan 25, 2021 at 9:55 AM Julien Masson notifications@github.com wrote:

your master is not aligned with mine, that's why when you create Pull-Request you have unwanted commits.

You should do something like this to align your master:

$ git remote add -f upstream https://github.com/JulienMasson/org-gtasks.git $ git push --force origin 'upstream/master:refs/heads/origin/master'

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/JulienMasson/org-gtasks/pull/9#issuecomment-766658321, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBP5KB3FRDBXR3ANJNIVXDS3UWVLANCNFSM4WNSV6QQ .

JulienMasson commented 3 years ago

But you have not seen the mess I made in my git history :-)

ahahaha indeed

I went ahead and read most of the git book, as I was basically dealing with remote repositories completely wrong. Thanks for your patience !

no problem :)