If you don't have a ~/alchemy
directory, go make one!
- Make a fork of this repo
- Copy the url to your fork and clone it to your
~/alchemy
foldergit clone <your fork url>
- CD into your repo
cd foundations-prep-lab-01
- Use
ls
andcd
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. - 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 - Move files from
files-to-remove
toempty
withmv
- Rename
empty
tofull
withmv
. - Remove newly empty
files-to-remove
directory withrmdir
- ACP your changes
- Open a Pull Request from your Fork to the original repository
- Submit a link to your Pull Request
Looking For | Points (10) |
---|---|
Link to Pull Request in Canvas with proper file structure | 10 |