swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 383 forks source link

Add file transfer lesson #904

Closed bshambaugh closed 9 years ago

bshambaugh commented 9 years ago

add file transfer lesson in extras . this over writes the previous pull request 5 days ago. My Software Carpentry Instructor Video is based off of it. The link to the video is here: https://www.youtube.com/watch?v=Y2T2jj7bovA&feature=youtu.be

rgaiacs commented 9 years ago

After you make the changes we will need to migrate this pull request to https://github.com/wking/swc-modular-shell due our split process. You can do it, starting from the your local bc repository and after forking https://github.com/wking/swc-modular-shell, with:

$ cd ..
$ git clone https://github.com/bshambaugh/swc-modular-shell.git
$ cd swc-modular-shell
$ git checkout -b add-file-transfer-lesson
$ cp ../bc/novice/shell/02-create.md ./
$ git checkout -p
y
n
$ git add -u
$ git commit
$ git push origin add-file-transfer-lesson

and create the new pull requesting using the web interface.

rgaiacs commented 9 years ago

I'm closing this since we migrate it to wking/swc-modular-shell#25.