1 2026-01-26 10:15:04 ls 2 2026-01-26 10:16:19 cd public_html/ 3 2026-01-26 10:16:24 ls 4 2026-01-26 10:17:07 pwd 5 2026-01-26 10:18:36 exit 6 2026-01-26 10:19:54 ls 7 2026-01-26 10:20:06 cd public_html/ 8 2026-01-26 10:20:08 ls 9 2026-01-26 10:23:26 rm keylogger.zip 10 2026-02-06 09:54:06 ls 11 2026-02-06 09:54:22 cd publichtml 12 2026-02-06 09:54:38 cd .. 13 2026-02-06 09:54:57 cd public_html/ 14 2026-02-06 09:55:00 ls 15 2026-02-06 09:55:28 session 2 16 2026-02-06 09:55:41 cd session\ 2/ 17 2026-02-06 09:55:44 ls 18 2026-02-06 09:57:16 git config --global user.name "Dawson" 19 2026-02-06 09:57:32 git config --global user.name 20 2026-02-06 09:58:32 git config --global user.email "dawsond.2027@mtchs.org" 21 2026-02-06 09:58:42 git config --global user.email 22 2026-02-06 09:59:36 ssh-keygen -t ed25519 -C "dawsond.2027@mtchs.org" 23 2026-02-06 10:00:12 eval "$(ssh-agent -s)" 24 2026-02-06 10:00:21 ssh-add ~/.ssh/id_ed25519 25 2026-02-06 10:00:47 cat ~/.ssh/id_ed25519.pub 26 2026-02-06 10:05:07 echo "# git-cli-dawsond2027-rgb" >> README.md 27 2026-02-06 10:06:23 cd .. 28 2026-02-06 10:06:26 ls -alh 29 2026-02-06 10:07:21 chmod 755 session\ 2 30 2026-02-06 10:07:24 ls -lh 31 2026-02-06 10:07:47 cd session\ 2/ 32 2026-02-06 10:07:57 echo "# git-cli-dawsond2027-rgb" >> README.md 33 2026-02-06 10:08:05 git init 34 2026-02-06 10:08:41 git status 35 2026-02-06 10:09:08 git add README.md 36 2026-02-06 10:09:14 git status 37 2026-02-06 10:09:36 git commit -m "first commit" 38 2026-02-06 10:09:46 git status 39 2026-02-06 10:10:07 git branch -M main 40 2026-02-06 10:10:16 git remote add origin https://github.com/MTCHS-Programmers/git-cli-dawsond2027-rgb.git 41 2026-02-06 10:10:45 git push -u origin main 42 2026-02-06 10:14:44 git remote set-url origin git@github.com:MTCHS-Programmers/git-cli-dawsond2027-rgb.git 43 2026-02-06 10:14:50 git push -u origin main 44 2026-02-06 10:16:10 history 45 2026-02-06 10:16:31 history > history.txt