Skip to content

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

License

Notifications You must be signed in to change notification settings

adamwise95/BashGit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.6%
  • Python 5.7%
  • R 4.7%