Developer Walks Through Pushing a First GitHub Project via Git and SSH
A developer documented the step-by-step process of creating a local project folder and uploading it to GitHub using Git and SSH authentication. The workflow began in Git Bash, where commands like mkdir and cd were used to create and navigate a project directory named Kenya-Hospital-Health-Records-Project. A README file was written in Markdown and a local Git repository was initialized using git init, followed by staging and committing the files. An SSH remote URL from GitHub was then linked to the local repository using git remote add origin. Finally, the project was pushed to GitHub's main branch with git push -u origin main, completing the upload.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in