testing repo, this is only a temp repo.
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| test-directory | ||
| LICENSE | ||
| README.md | ||
Test-repo_00
testing repo, this is only a temp repo.
UPDATE: confirmed SSH is working , that is how ths commit will be made !
Fix git name and email with git config --global --edit.
setting name/email globally messed with other git forges. deleted global. reset with: git config user.name "name" & git config user.email "name@domain"