Skip to content
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

im new to git and i dont know how to use this plugin #64

Open
overgrownmoon opened this issue Aug 23, 2024 · 2 comments
Open

im new to git and i dont know how to use this plugin #64

overgrownmoon opened this issue Aug 23, 2024 · 2 comments

Comments

@overgrownmoon
Copy link

as title says, im new here. ive only been using logseq for just over a week, and ive had a github account for a grand total of 24 hours. i'd like to know how to connect my journal to my github. ill be honest, i dont know what a remote repository is. anybody willing to help out a noob?

@overgrownmoon
Copy link
Author

i apologize if this is not the correct place for this question. i'd appreciate if someone could point me to the correct place, or if there is any documentation i missed.

@haydenull
Copy link
Owner

Git is a version control system, and GitHub is an online platform based on Git. This means that a folder on your computer (which we call a local Git repository) can be linked to a repository on GitHub (referred to as a remote repository), allowing all modifications in the local repository to be synchronized with the remote one through various methods.​

These methods include:​

  1. The GitHub desktop client​
  2. The git command line tool on your computer​

Our plugin provides several buttons within Logseq; clicking these buttons will execute corresponding operations using the git command line tool, such as synchronizing changes from the local repository to the remote one.​

Therefore, using this plugin requires that you can operate your local repository with the git command line tool properly on your own computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants