Logseq sync with Git and GitHub - The Good and Geeky Way

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 38

  • @rdwok14
    @rdwok14 Рік тому +9

    For anyone else that got stuck wondering why their repo wouldn't automatically commit and push to github, please note that you will have to create one repository per graph. I didn't see that mentioned anywhere. If you have one repository containing multiple graphs, it will not work. The graph has to be the root of the repo, therefore you can only have one graph per repo and will need one repo per graph.

  • @oakld
    @oakld 3 місяці тому

    Git has obvious advantage in being actual versioning system, but for most users it's a tool too complex. Simple cloud syncing into GDrive, OneDrive, Dropbox, Kooofr or any other cloud is way easier. Of course the fact doesn't make this video irrelevant, it would be desirable though, to mention at the beginning who is this video for a for who not. Most people wouldn't know what versioning system is and wouldn't know into what they're getting and if they even need it (really not, if the don't know what are branches, conflicts, etc.). Also, I thought private project option is only available in paid accounts and in limited quantity, but I use git mostly in corporate environment, so I don't know, perhaps it has changed. Interesting video though 👍

  • @nerfcrazy100
    @nerfcrazy100 Рік тому +2

    Thank you for the video.
    For the git error, the way I resolved this was through changing my git remote origin to be an SSH URL. So, it was now ssh instead of https. If you followed the videos instructions and get the errors.
    git remote remove origin
    git remote add origin
    After this my version control was working great.

    • @Good-and-Geeky
      @Good-and-Geeky  Рік тому

      Excellent. I'm really pleased you got it sorted out. Logseq is an excellent application!

    • @scottyeung4063
      @scottyeung4063 Рік тому

      however, even i used the ssh url, the error still occurs and cannot be resolved🤣

  • @computerscience6637
    @computerscience6637 7 місяців тому

    Carlos really seems like a good guy 🤣.

  • @EllisWhitehead
    @EllisWhitehead 2 роки тому +1

    Thanks for the video. I came here looking for what to put in .gitignore, and you had the answer!

  • @ritachen2295
    @ritachen2295 Рік тому

    Thank you. I follow your video step by step. It works. 🙏🌹

  • @Weirlive
    @Weirlive 6 місяців тому

    This is great, but the step when you have logseq auto commit your changes. Did you still have to go manually push those changes to github? doesn't show up in your video but for me the changes are commited.. but not pushed.
    EDIT: NVM I got it sorted, I changed from using HTTPs to SSH and now my changes automagically show up in GH.

  • @Al-mansur1999
    @Al-mansur1999 27 днів тому

    help me, Sir, I'm stuck on this issue
    PS C:\Users\Dayet\Documents\LogSeq Programming Stuff\.git\hooks> chmod +x /.pre-commit && chmod +x ./post-commit
    At line:1 char:23
    + chmod +x /.pre-commit && chmod +x ./post-commit
    + ~~
    The token '&&' is not a valid statement separator in this version.
    + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : InvalidEndOfLine

  • @charlie_chiu
    @charlie_chiu 2 роки тому +3

    Thanks for making a nice video! May I put your link in my repo's readme?

  • @allenjacobson6324
    @allenjacobson6324 5 місяців тому

    Great video, thanks!
    Btw, what theme are u using? lol

  • @Shmoji
    @Shmoji 9 місяців тому

    anyway to automate the process of "git pull" on desktop instead of needing to open a terminal and type "git pull"?

  • @barryodonnell4977
    @barryodonnell4977 2 роки тому +1

    Hi David, very exciting video, I believe I have followed everything as laid out but cannot get Logseq to sync to Github without adding through terminal... can you point me in the right direction please, love you work?

    • @Good-and-Geeky
      @Good-and-Geeky  2 роки тому

      Hi there. At which point are you getting stuck?

    • @rdwok14
      @rdwok14 Рік тому

      @barryodonnell4977 I didn't find this mentioned anywhere, but you will need 1 repository for each graph

  • @rohitchayal3186
    @rohitchayal3186 2 роки тому

    Hello David, great video. Highly inforamtional. I am just having one problem, I think my mac logseq is auto committing but not updating the data in my git repo. Because, when I try to commit through terminal, terminal says that I am one commit ahead due to logseq auto commit but still no updates in the git repo i.e. it is not pushing. Is there a way to auto-push or have I understood incorrectly?

  • @hehehe5400
    @hehehe5400 Рік тому

    Hello! Thank you for the video! Where can I see the next video about iPhone settings? Thank you

    • @Good-and-Geeky
      @Good-and-Geeky  Рік тому

      ua-cam.com/video/FUSlKE19K5I/v-deo.html There you go...

  • @s3rgio340
    @s3rgio340 9 місяців тому

    Just coming here to point out that your ssh keys must be named something "standard" like id_rsa. I had a custom name on my keys and it was not working

  • @itsmelahi
    @itsmelahi 2 роки тому

    Unable to push.. It says ... Write access to repository not granted??? what to do

    • @Good-and-Geeky
      @Good-and-Geeky  Рік тому

      Did you get into the settings and work it out?

  • @itsmelahi
    @itsmelahi 2 роки тому

    4:27 how u got Lobby > master1? .. I didn't see any such thing?

    • @Good-and-Geeky
      @Good-and-Geeky  2 роки тому

      I made some changes to the config file of my terminal to add those extra bits. You don't need it to make this work.

    • @archieleo2394
      @archieleo2394 Рік тому

      @@Good-and-Geeky It's a awesome viedo! Thank you very much. A problem I met: unable to push, it shows "Repository not found. fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists." What I should do?

  • @dwayneneckles
    @dwayneneckles Рік тому

    How were you able to get it to push automatically?

    • @Good-and-Geeky
      @Good-and-Geeky  Рік тому

      At this stage I don’t remember but I think it was built in

  • @bruhhhhh718
    @bruhhhhh718 Рік тому +1

    what if you want to use gitlab?

    • @Good-and-Geeky
      @Good-and-Geeky  Рік тому

      Have a go to see if you can make it work, I have not tried it myself. I'll be interested to hear how you get on...

    • @bruhhhhh718
      @bruhhhhh718 Рік тому

      @@Good-and-Geeky my setup is a bit different, so i ended up just dropping the graph export in a folder as a repo then pointing nginx to it. just have to setup the action now. but was curious about pages.

    • @Good-and-Geeky
      @Good-and-Geeky  Рік тому +1

      Pleased you got it sorted. I have paid for the sync with Obsidian now.

  • @dd.oliver
    @dd.oliver Рік тому

    I dont understand the git on cumputer file. when the screen gets dark the problem starts

    • @Good-and-Geeky
      @Good-and-Geeky  Рік тому

      I'm not totally sure what you mean by your comment. This way of synchronising your data across platforms is quite nerdy and if you're not comfortable with it may I suggest that you use they synchronisation that's now available with Logseq. It would be much easier although it is something you do have to pay for. Lately I've been using Obsidian which I started using before the Logseq synchronisation became available. Even though this solution I have in this video does actually work fairly well it is much simpler and easier to use the paid for option.