$ mkdir portfolio && cd portfolio
$ git init
Initialized empty Git repository in ~/portfolio/.git/
$ git checkout -b main
Switched to a new branch 'main'
$ git remote add origin github.com/Gabriel/portfolio
$ git log --graph --all --oneline --decorate
resolving commits
guest@portfolio:~$--graph --all
main
live branch graph
View Graph ↓
mainprojectsachievementsskillscontact
Interactive Terminal
Open Terminal ↓
// try: git status, git log, help
$
sha:
$ whoami
;-)
tags: 0
totals: 0 projects, 0 achievements, 0 certifications, 0 skills, 0 community events
> status: open for opportunities — accepting internship and full-time roles

$ git log feature/projects --stat
PROJECTS
58a6ff3feature/projects0 commits · click cards to expand

$ git log feature/achievements --oneline
ACHIEVEMENTS
e3b3418feature/achievements0 commits · click to inspect

git log feature/skills --oneline
SKILLS
bc8cff7feature/skillsclick rows to inspect history

$ send me a message
CONTACT
ff7b724open for workfill this form to reach me
Gabriel@portfolio:~$ reach out
name
email
subj.
$ git commit -m "your message..."