Skip to content

Instantly share code, notes, and snippets.

@stancel
Created December 11, 2019 19:50
Show Gist options
  • Save stancel/97950f9b09aabcdba9e7d6b60422f55b to your computer and use it in GitHub Desktop.
Save stancel/97950f9b09aabcdba9e7d6b60422f55b to your computer and use it in GitHub Desktop.

Revisions

  1. stancel created this gist Dec 11, 2019.
    17 changes: 17 additions & 0 deletions _GIT_REPO_INFO.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    # Git Repo Info

    ### TO-BE-FILLED-IN
    Repo Type: Public or Private (adjust here)

    ```
    origin PASTE-HTTP-LINK-HERE
    origin PASTE-GIT-LINK-HERE
    ```


    This indicates that this subfolder should not be synced by SyncThing since it contains a .git folder, which has proven to cause some issues.

    Instead this folder should be included in the .stignore file of the parent (or one of the parent directories) that is the folder being shared by SyncThing. Having this folder included in that file will exclude it as part of the SyncThing sync process which is the desired goal.

    We could then use the Git repo listed in this file to push or pull the needed files on each computer as needed.