Skip to content

Commit ca349ef

Browse files
authored
Create git-sample-repo-create.sh
1 parent 36a9876 commit ca349ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

git-sample-repo-create.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
# git-sample-repo-create.sh from within http://github.com/wilsonmar/git-utilities.
4+
# by Wilson Mar ([email protected])
5+
# This creates and populates a sample repo for my "Git and GitHub" tutorial.
6+
# For safety, the prior repo must be deleted manually.
7+
8+
# Sample call:
9+
# chmod +x git-sample-repo-create.sh
10+
# /git-sample-repo-create.sh

0 commit comments

Comments
 (0)