Skip to content

Instantly share code, notes, and snippets.

@tigerclaw-az
Created May 23, 2014 16:29
Show Gist options
  • Select an option

  • Save tigerclaw-az/56b706fbd95e22c570ef to your computer and use it in GitHub Desktop.

Select an option

Save tigerclaw-az/56b706fbd95e22c570ef to your computer and use it in GitHub Desktop.

Revisions

  1. tigerclaw-az created this gist May 23, 2014.
    3 changes: 3 additions & 0 deletions git-pull.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #!/bin/sh

    find $1 -type d -name .git -exec sh -c "cd \"{}\"/../ && pwd && git pull" \;