Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
276 views

Link a Local Directory to a Git Initialized Directory so they Sync when Changes are Made to Either One

Sorry if the question seems ignorant, and sorry for the bad misleading title; I can't describe my problem in one sentence. I run Arch Linux. I have a Git repository with my dotfiles (configs). And all ...
TechTycho's user avatar
0 votes
1 answer
704 views

Synchronize folders between computers checking differences in Linux

I'm trying to synchronize a folder between my computer and my laptop. This sync should be bidirectional, because changes could be made in laptop or in computer. I would like it to check differences ...
class_OpenGL's user avatar
0 votes
1 answer
311 views

Is there a way to set something like `GIT_OPTIONAL_LOCKS=0` on a per-repository basis?

Use case: I am using Git to track history of personal notes that are automatically synced between my computer and my phone (via Syncthing). I use git status before committing from a different device ...
Mark Haferkamp's user avatar
0 votes
3 answers
202 views

Using git to take over the management of half synchronized text file directories

This is a problem that hard to describe (and of course hard to search for answer), the closest that I found is Moving two existing already-synced directory trees to git annex I have two copies of my ...
xpt's user avatar
  • 8,851