config

#brew#nushell

git clone https://git.pyrossh.dev/config

Common configuration


0048011Peter John 2026-08-05T10:58:54+05:30
update repo push
Files changed (1) hide show
  1. nushell/config.nu +1 -1
nushell/config.nu CHANGED
@@ -902,7 +902,7 @@ def repo-push [] {
902
902
  git repack -a -d -f --depth=250 --window=250
903
903
  git update-server-info
904
904
  let repo_name = (basename (pwd))
905
- rclone sync -P --http-headers '"Content-Type","application/octet-stream"' .git $"pyrossh-repos-prd:pyrossh-repos-prd/($repo_name)"
905
+ rclone sync -P --http-headers '"Content-Type","application/octet-stream"' .git $"git:git/($repo_name)" --checksum --fast-list
906
906
  }
907
907
 
908
908
  def backup-all-repos [] {