Skip to content

p-brubaker/foundations-prep-lab-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Lab-01 Git & the Terminal


Hint: Have the finder open while you do this!

Setup

If you don't have a ~/alchemy directory, go make one!

Step by Step Instructions

  1. Make a fork of this repo
  2. Copy the url to your fork and clone it to your ~/alchemy folder git clone <your fork url>
  3. CD into your repo cd foundations-prep-lab-01
  4. Use ls and cd to move around in the directory and also use your finder to compare what you're seeing in the terminal with what you're seeing in the finder.
  5. We're now going to create some new files using the terminal -- create 2 new files in the files-to-remove directory with the echo command. The files should contain the following:
    filename text contents
    files-to-remove/name.txt My name is
    files-to-remove/foo-bar.txt if foo then bar
  6. Move files from files-to-remove to empty with mv
  7. Rename empty to full with mv.
  8. Remove newly empty files-to-remove directory with rmdir
  9. ACP your changes
  10. Open a Pull Request from your Fork to the original repository
  11. Submit a link to your Pull Request

Points Break Down

Looking For Points (10)
Link to Pull Request in Canvas with proper file structure 10

About

Starter Repo for Foundations Prep Lab 01

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published