Command Line Interface & Git Configuration

"Cli"

Windows

  • git Bash for Windows
  • https://git-for-windows.github.io/

OSX (MAC)

X-code from app store

Downloads

GitImmersion-lab

http://gitimmersion.com/lab_01.html
Setup:
  • Name and Email
  • Line Endings (relative to Win/Mac)

CLi Commands

$ ls      #List Contents
$ cd      #Change Directory
$ cd ~/   #Change to home directory
$ cd ..   #Go back one directory
$ pwd     #Show current path 
$ git     #Next module

Before Moving On

  • Download Xcode (Mac)
  • Download git-for-win (Win)
  • Set name and email
  • Set line ending preferences (Mac/Win)
  • Make a folder for your code
  • Practice navigating to your code folder
  • Practice other CLi Commands
  • Sign-up on github.com

Get started with git

Next Module:

Cloning repositories/projects

Copy of Command Line Interface

By telegraphprep

Copy of Command Line Interface

  • 900