• 0 Posts
  • 182 Comments
Joined 2 years ago
cake
Cake day: September 12th, 2023

help-circle


  • I’ve been considering rsync

    I need to run git operations from a laptop (on a vpn) but I can’t build from the laptop, I can only build from a host that is only accessible on the vpn.

    So I can only git pull / git push from the laptop, but I can only build / run / test from a remote host.

    Linux on both sides. What’s the best solution here?