Skip to content

Instantly share code, notes, and snippets.

@prashant1k99
Forked from hisplan/add-rsync-to-git-bash.md
Created November 6, 2020 07:20
Show Gist options
  • Select an option

  • Save prashant1k99/bd835b4f6923e31f0c72fa5808d49d07 to your computer and use it in GitHub Desktop.

Select an option

Save prashant1k99/bd835b4f6923e31f0c72fa5808d49d07 to your computer and use it in GitHub Desktop.

Revisions

  1. @hisplan hisplan revised this gist Feb 21, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions add-rsync-to-git-bash.md
    Original file line number Diff line number Diff line change
    @@ -3,5 +3,5 @@
    Download the package:
    http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz

    Extract it and move `rsync.exe` to `%HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin`
    https://blog.tiger-workshop.com/add-rsync-to-git-bash-for-windows/
    Extract it and move `rsync.exe` to `%HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin`.

  2. @hisplan hisplan created this gist Feb 21, 2018.
    7 changes: 7 additions & 0 deletions add-rsync-to-git-bash.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    # How to Add rsync to Git Bash for Windows 10

    Download the package:
    http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz

    Extract it and move `rsync.exe` to `%HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin`
    https://blog.tiger-workshop.com/add-rsync-to-git-bash-for-windows/