-
Use Git commands to download this repository.
-
Navigate the Unix file system in the terminal.
-
Make changes on a new branch.
-
Push changes back to the GitHub repository.
-
Download this repository using the clone command.
-
Use Unix commands to navigate into the repo directory and
look at the files (including the hidden ones!). -
Use commands to read
instructions.txt. -
When you're done, push the changes to the GitHub repository.
Remember: You can always use
man [command]if you forget what something does!
-
Use
git clone https://github.com/Penguinmaster2001/GitSkillDev.git
to download this repository. -
Use
cdto change directories andlsorls -Ato list files. -
Both
nano [path to file]andcat [path to file]will display the
contents of plaintext files. -
Use
git pushto push changes to the GitHub repo.
- Move to the directory with
Dockerfile - Run
docker build -t ug:practice . - Wait for it to build (about 20-60 seconds)
- Run
docker run -it ug:practice bash exitcommand to exit
Anthony Cieri, 2024