Martynguyen64 / Martins-Blog

Apache License 2.0
0 stars 1 forks source link

Review Ticket #3

Open Martynguyen64 opened 2 years ago

Martynguyen64 commented 2 years ago

Python Quiz CSP Notes About Me Page Bash Tool Check Home Page w/ Image Hack Questions:

  1. We can use --version to make sure we have our things installed properly and ensure they are up to date.
  2. We can verify all packages and versions are installed by using the command conda list
  3. We use git add command to add needed files, we use git commit to commit to the correct repository, and we use git push to push changes to repository.
  4. We can automate an action by programming the script in order to complete a task we want to get done.