Hi @EncHawk from what I can see in your file explorer on the left, you have a nested codecrafters repository inside another. So you are running git commit on the parent folder but the changes were made in the child folder.
Technically this should work(?) But I would advise to just remove these folders (seeing that you are still at the first stage and have not made any significant changes), and start anew :).
just a noobie question, the commits i am making. it doesn’t reflect on my github profile, is that bad?
shouldn’t this be going down as commits made by me enhawk on github?
you can config git to push into several repos via git command
git remote add --help
usage: git remote add [<options>] <name> <url>
-f, --[no-]fetch fetch the remote branches
--[no-]tags import all tags and associated objects when fetching
or do not fetch any tag at all (--no-tags)
-t, --[no-]track <branch>
branch(es) to track
-m, --[no-]master <branch>
master branch
--[no-]mirror[=(push|fetch)]
set up remote as a mirror to push to or fetch from
or simply open .git/config in favorite editor and add one more pushurl