-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git push issue and git pull feature additon request #2
Comments
From the log, after submitting, there are indeed no modified files locally. You can test whether the push is successful using the git command from logseq. The plugin uses the git tool that comes with logseq, which will automatically identify different graphs. As for the pull command, I think it does need to be added, I will add it to the development plan. |
Version 1.1.0 added a pull button. |
I'm not able to understand exact;y what you mean by
and by
I am fairly new to theses things. Can anyone please help me to understand?! |
The purpose of the plug-in is to synchronize quickly. If you need to enter information each time, it will affect the efficiency. Maybe I can add a plug-in configuration to set up the commit message template. |
The plugin does not currently support entering passwords, you can refer to this document |
Search git in commands palette. |
This is probably because ssh is not part of the git command. |
You can add the ssh key with git bash and then use the plugin to push. |
I tried 'git commit -a -m "adding line"' command it worked but "git push origin master" command gives this error. Some help please. Already added the ssh key with git bash and I am able to commit and push to github using git bash. I am to to commit the chnages but still not able to use above 'run git command' in loseq for pushing commits to github. |
It recalls my that I once have this same issue, and fixed it by adding below line to my eval "$(ssh-agent -s)" But I not sure how to add these line in logseq though. Maybe you have to ask the logseq team. |
How to check if Logseq-plugin-git recognize my key agent or not? I am using Putty keyagent on Windows 10 at the moment. Seems to relate to desktop/dugite/issues/208 |
Search git in commands palette. Then run a git pull or push operation to see if it succeeds. |
|
Hi,
I am trying to use your plugin for github and it's able to commit but unable to push it to my github repo. I have used the git bash to already working stage of commiting and push to github but on directlty using your plugins button to commit and push it show this on console but doesn't pushed it
Also it would be a good idea to get the github url or similar from the user in the plugin settings of logseq and store it to for git hub or similar for each different logseq graph.
Also a git pull option would be a relief such that user need not use the git bash or something when / if accessed from different device and pushed the changes from there. Directly from the buttons the user can pull and update local graph.
Thanks for the plugin by the way.
The text was updated successfully, but these errors were encountered: