swcarpentry / DEPRECATED-bc

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

corrected the missing wild card #778

Closed dmbala closed 9 years ago

dmbala commented 10 years ago

$ ssh vlad@backupserver "ls results" should be $ ssh vlad@backupserver "ls results*" (missing wild card according to the example) The objective of "Learn what is SSH" sounds better than "Explain what is SSH"

rgaiacs commented 10 years ago

@dmbala Thanks for the contribution. I don't know why you use novice/extras/06-ssh.md instead of novice/extras/07-ssh.md. Could you do

$ mv novice/extras/0{6,7}-ssh.md
$ git add -u
$ git commit --amend
$ git push -f origin gh-pages
dmbala commented 10 years ago

Thanks for the hint about merging two documents. Don’t have access to my laptop, so will do the merge as you have suggested by tomorrow afternoon.

Bala

On Oct 2, 2014, at 5:37 PM, Raniere Silva notifications@github.com wrote:

@dmbala Thanks for the contribution. I don't know why you use novice/extras/06-ssh.md instead of novice/extras/07-ssh.md. Could you do

$ mv novice/extras/0{6,7}-ssh.md $ git add -u $ git commit --amend $ git push -f origin gh-pages — Reply to this email directly or view it on GitHub.

dmbala commented 10 years ago

Kkay, executed the commands, all went smooth and hope things are updated. Let me know if something else need to be done.

Bala

On 10/2/14 5:37 PM, Raniere Silva wrote:

@dmbala https://github.com/dmbala Thanks for the contribution. I don't know why you use |novice/extras/06-ssh.md| instead of |novice/extras/07-ssh.md|. Could you do

$ mv novice/extras/0{6,7}-ssh.md $ git add -u $ git commit --amend $ git push -f origin gh-pages

— Reply to this email directly or view it on GitHub https://github.com/swcarpentry/bc/pull/778#issuecomment-57720818.

rgaiacs commented 10 years ago

@gdevenyi When you have time could you take a look on this?

dmbala commented 10 years ago

oops, I am sorry there is an unintentional and meaningless word in the beginning of my previous message. I think it is due to the interrupted wireless while sending the email yesterday. Is there any way I can edit my previous email.

I looked at the file changes, those look fine to me. Anything else need to be done? let me know

Bala

On Oct 3, 2014, at 4:16 PM, Raniere Silva notifications@github.com wrote:

@gdevenyi When you have time could you take a look on this?

— Reply to this email directly or view it on GitHub.

gvwilson commented 9 years ago

@gdevenyi merge?

gdevenyi commented 9 years ago

Looks good!