Week1

this is week 1

python3 --version
Python 3.9.12

Anaconda Verification

conda --version
conda 4.14.0
git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	2022-08-29-Bash.ipynb
	version

nothing added to commit but untracked files present (use "git add" to track)
git add *.ipynb
git status
On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
	new file:   2022-08-29-Bash.ipynb

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	version

git commit -am "Test Commit 2022-08-29.00"
[master 77f0eae] Test Commit 2022-08-29.00
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 _notebooks/2022-08-29-Bash.ipynb
git push
Username for 'https://github.com':