Activity #5 Github Fundamentals
git init - initializes an empty git repository in our directory.
git status - displays any files that have been changed since last commit, staged files, etc..
git add - adds specified files to staging area.
git commit - saves staged files to our l...
canoroerenz.hashnode.dev1 min read
Thirdy Gayares
software-engineer
Where is your Github Repo Link