Code Monkey home page Code Monkey logo

Comments (33)

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

Private repo will be just fine, like I mentioned in the readme.
And yes, you need WorkingCopy Pro for it. I'm not sure what you mean by user friendly, but I did give you the reason why you should pay for it.
Btw, If you're a student, I also mentioned that you can apply for github student pack for one year of free WorkingCopy Pro.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

I'm not sure what you mean by user friendly

l mean that someone may noy want to pay for it.

Btw, If you're a student, I also mentioned that you can apply for github student pack for one year of free WorkingCopy Pro.

How to do that? Is it in the Github student pack? Can you provide a link?
Thanks.

--Daniel

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024
  1. I don't think that how user friendly normally means. There's not thing I can do if you don't want to pay for it.
  2. It's mentioned in the section, please read it thoroughly. Or github student pack.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

l can't find the page to log in on my iphone.

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

What do you mean...?
You have to sign up for it.
image

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

Emmm, l am a student now and l already have the pack , but l don't know where to log in on my working copy on iOS

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

https://workingcopyapp.com/education/verify/

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

Thanks! l have successfully logged in. And l still have some little questions. Can l use it until l am not a student? Or , it only has one year time?

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

As long as you're a student, you can apply it again after it's expired.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

Thanks , l am still a little confused about its using on Windows.
image
If l already have a logseq library where my notes are stored, l should use enter the folder and type git init in cmd to create a git? After doing that , l should upload it on my github?

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

Why not just copy all the notes to the new folder you just cloned? And link the new folder as a new graph in logseq?
Please do some research about git first, I have already provided some simple material in the readme.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

image
l think l can't use git init in my original logseq graph.

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

You can just edit the file name of a random txt file.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

Can logseq push the commit to the repo automatically?

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

That's why I provided the pre-commit and post-commit files.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

Thanks! It seems that after l copy these files to my ./git , l still can't push automatically.

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

Make sure you follow EVERY steps I wrote in the workflow.
Many have successfully adopt this workflow without much trouble, I can't help you debug everything.
I can only answer specific questions.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

l want to make sure that if l want to push the commits automatically, l should copy and paste the two files in your ./git-hooks to the hook folder in my ./git . In that way , l can achieve pushing automatically, is that right?

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

Ys, if you do everything right than you can push the commits automatically.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

image
l have double checked and find nothing wrong with it. Can you help me see if my all my files in the hook folder are right?

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

ys, that's the folder you put pre-commit and post-commit.

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

Have you use git bash to manual push it without errors?

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

Yes , l can push it successfully.
image

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

l think the problem exists now is that l can't push the commits automatically .

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

Change the main in this line to master.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

I have done this but l still can't push the commti automatically. Do l also need to close the logseq or the Github Desktop that l use?

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

It seems that it works now but l have to wait a long time for it to push the commits automatically to the github. For example , l need to wait about 20 minutes. That's not so good.

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

What's the interval you set in here or in config.edn?
image

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

image

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

l think the seconds of the git auto commit is too long , but l don't know which one fits me better since l find that once l close the logseq ,it won't commit automatically. So , l suggest adding a function that auto commit once closing the window of logseq.

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

You can submit a feature request to logseq team.

from logseq-git-sync-101.

mendax1234 avatar mendax1234 commented on June 11, 2024

Sure l will!

from logseq-git-sync-101.

CharlesChiuGit avatar CharlesChiuGit commented on June 11, 2024

And please close the issue if you got nothing to ask.

from logseq-git-sync-101.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.