Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 203 Bytes

git-pull.md

File metadata and controls

7 lines (6 loc) · 203 Bytes

Inremental backup

Run this command in your cloned directory to pull new changes to each project directory.

cd 'your workspace folder'
find . -d 1 -type d -print0 | xargs -0 -I $ git -C $ pull