Jae Yeon Kim
Jae Yeon Kim
@Akesari12 I strongly recommend teaching using SSH protocol for `git push` and `pull`. It's quicker and safer way to use GitHub. - Step 1: Set up to connect to GitHub...
@Akesari12 For the bash part, consider teaching writing and executing a `sh` file. an example ```sh #!/bin/sh #! part called shebang blah blah ``` let's say you name the file...
@Akesari12 For the bash, also consider teaching `cat`, `less`, and `head`. In the following examples, text means any kind of flat file like CSV, TXT, etc. `cat`: print a small...
Link this project to https://github.com/dlab-berkeley/fairMLworkshop to not duplicate efforts
Here's a new workshop I created: https://github.com/dlab-berkeley/efficient-reproducible-project-management-in-R I can walk through this workshop and introduce some of my git repos as a replication example. @Akesari12 let me know what you...