Dobroslav Totev - IT-Consulting
Last login: Thu Dec 22 00:26:30 on ttys002
Your analyst has you mixed up with another patient. Don't believe a thing he tells you.
~/d/g/totev.dev
❯
❯
❯
whoami
Dobroslav Totev
~/d/g/totev.dev
❯
❯
❯
git status
On branch main
Your branch is up-to-date with 'origin/main'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: business-card.json
~/d/g/totev.dev
❯
❯
❯
cat business-card.json
{
"name": "Dobroslav Totev",
"email": "
code(at)totev.dev
",
"skills": [
"Software Development",
"Software Architecture",
"IT Consulting"
]
}⏎
~/d/g/totev.dev
❯
❯
❯
in