This command is going to save me so much time:
find . -path “*/.git” -execdir git pull origin master ‘;’
-
Recent Posts
-
More Info
This command is going to save me so much time:
find . -path “*/.git” -execdir git pull origin master ‘;’
I am a terminal n00b, but I’m liking it. I grew up on a M$ box and didn’t take the ‘leap’ to a linux / unix based operating system until about a year and a half ago when we got new computers at work. Since that time I have been trying to learn more about [...]