ruiz-michael / BashGit

D-Lab's 3 hour introduction to basic Bash commands and Git/GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D-Lab Fast Bash + Git

D-Lab's fast introduction to Bash + Git, a distillation of our Programming Fundamentals and Git Fundamentals workshops:

Technology requirements

  • Laptop required

OSX

  • Your system might have git installed already. Test this by opening a terminal and typing git

  • If not, install xcode (https://apps.apple.com/us/app/xcode/id497799835?mt=12) from the app store. When this process completes, again open a terminal and type git to see if the process worked correctly

Windows

Linux

  • Use the package manager by typing: $ apt-get install git

Create a GitHub account

Download these materials

  • Click the green "Code" button
  • Click "Download ZIP"
  • Extract the zip file someplace familiar (we recommend Desktop)

If you are a git user, simply git clone git@github.com:dlab-berkeley/BashGit.git

Are you having trouble opening a Bash, Zsh, or GitBash terminal on your personal computer?

Try these remote solutions instead:

  • If you have a CalNet ID, login to your DataHub and click "New" --> "Terminal"
  • If you do not have a CalNet ID, visit the CoCalc online Linux Terminal and click the "Run Terminal Now" button

Learn more!

Software Carpentry: https://software-carpentry.org/lessons/

En español:

Historical information

About

D-Lab's 3 hour introduction to basic Bash commands and Git/GitHub.

License:MIT License


Languages

Language:Shell 89.5%Language:Python 5.7%Language:R 4.7%