Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
probinso authored Jun 11, 2018
1 parent e813671 commit 8b5fed0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ This talk is an introductary workshop to collaborating in git. The `speaker` bra

The current paired slides are located **[here](https://github.com/probinso/introduction-git)**. The bulk of the talk, including exercise, takes ~ 1.5 hours. The tail slides are special topics, and are useful aids.

When you clone the repository please use this form : `[email protected]:<username/organization>/ABC.git`
### Warning

Some of the operations, run by the scripts, are composed from `sed` and `awk` commands. This means that strings that malformed user specified content may not produce results as expected. When you clone the repository please use this form : `[email protected]:<username/organization>/ABC.git`. note that `git@`, `:`, and `.git` are all included.

### Dependencies

Expand All @@ -19,6 +21,7 @@ This material depends on Github api, so would cost effort to support other hosts
- jq
- curl
- sed
- awk
- shuf

# Goal
Expand Down

0 comments on commit 8b5fed0

Please sign in to comment.