-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -19,6 +21,7 @@ This material depends on Github api, so would cost effort to support other hosts | |
- jq | ||
- curl | ||
- sed | ||
- awk | ||
- shuf | ||
|
||
# Goal | ||
|