Code Monkey home page Code Monkey logo

2018-12-14-git-workshop's Introduction

2018-12-07-git-workshop

Etherpad

https://pad.carpentries.org/2018-12-14-git-workshop (Won't be available until the day of the workshop)

Instructors

Marnee Dearman

Julian Pistorius

Details

Date: Dec. 14, 2018

Time: 8:45am to 12pm

Location: Drachman Hall A122

Git installation

Windows

Download the Git for Windows installer.

Run the installer and follow the steps bellow:

Click on "Next".

Click on "Next".

Click on "Next".

Click on "Next".

Select "Use the Nano editor by default"

Click on "Next".

Ensure that "Use Git from the Windows Command Prompt" is selected. (If you forget to do this gitbash will not work properly, requiring you to remove the GitBash installation, re-run the installer and to select the "Use Git from the Windows Command Prompt" option.)

Click on "Next".

Ensure that "Use the OpenSSL Library" is selected.

Click on "Next".

Ensure that "Checkout Windows-style, commit Unix-style line endings" is selected.

Click on "Next".

Ensure that "Use Windows' default console window" is selected.

Click on "Next".

Ensure that "Enable file system caching" and "Enable Git Credential Manager" are selected.

Click on "Next".

Click on "Install".

Click on "Finish".

If your "HOME" environment variable is not set (or you don't know what this is):

Open command prompt (Open Start Menu then type cmd and press [Enter])

Type the following line into the command prompt window exactly as shown:

setx HOME "%USERPROFILE%"

Press [Enter], you should see SUCCESS: Specified value was saved.

Quit command prompt by typing exit then pressing [Enter]

This will provide you with both Git and Bash in the Git Bash program.

macOS

The default shell in all versions of macOS is Bash, so no need to install anything. You access Bash from the Terminal (found in /Applications/Utilities).

See the Git installation video tutorial for an example on how to open the Terminal. You may want to keep Terminal in your dock for this workshop.

Linux

The default shell is usually Bash, but if your machine is set up differently you can run it by opening a terminal and typing bash. There is no need to install anything.

2018-12-14-git-workshop's People

Contributors

marneedear avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.