Skip to content

Commit 56cd042

Browse files
authored
Add demo gif (#2)
1 parent e6a26c4 commit 56cd042

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ As an example, let's use `git-xargs` to create a new file in every repo:
3737
touch hello-world.txt
3838
```
3939

40+
Here's what it looks like in action:
41+
42+
![git-xargs to the rescue!](docs/git-xargs-demo.gif)
43+
4044
In this example, every repo in your org will have a new file named hello-world.txt written to it with the contents "Hello, World!". You'll then receive an easy-to-read printout of exactly what happened on `STDOUT`:
4145

4246
```

docs/git-xargs-demo.gif

886 KB
Loading

0 commit comments

Comments
 (0)