1 2026-01-26 10:11:25 ls 2 2026-01-26 10:16:01 cd 3 2026-01-26 10:16:19 cd public_html/ 4 2026-01-26 10:16:23 ls 5 2026-01-26 10:17:05 pwd 6 2026-01-26 10:18:32 exit 7 2026-02-02 09:49:54 ls 8 2026-02-02 09:50:19 cd public_html 9 2026-02-02 09:50:23 ls 10 2026-02-02 09:51:30 cd phpTest 11 2026-02-02 09:51:34 ls 12 2026-02-02 09:52:37 git config --global user.name "Finnegan Heffley" 13 2026-02-02 09:52:53 git config --global user.name 14 2026-02-02 09:54:00 git config --global user.email "finneganh.2027@mtchs.org" 15 2026-02-02 09:54:13 gitconfig --global user.email 16 2026-02-02 09:54:28 git config --global user.email 17 2026-02-02 09:55:19 ssh-keygen -t ed25519 -C "finneganh.2027@mtchs.org" 18 2026-02-02 09:56:03 eval "$(ssh-agent -s)" 19 2026-02-02 09:56:25 ssh-add ~/.ssh/id_ed25519 20 2026-02-02 09:56:55 cat ~/.ssh/id_ed25519.pub 21 2026-02-02 10:00:33 echo "# git-cli-finneganh" >> README.md 22 2026-02-02 10:00:39 git init 23 2026-02-02 10:00:46 git add README.md 24 2026-02-02 10:01:11 git commit -m "first commit" 25 2026-02-02 10:01:17 git branch -M main 26 2026-02-02 10:01:56 git remote add origin git@github.com:MTCHS-Programmers/git-cli-finneganh.git 27 2026-02-02 10:02:06 git push -u origin main 28 2026-02-02 10:02:40 history > history.txt