Connecting to the existing GitHub Account through Terminal
by hkjz from LinuxQuestions.org on (#5DT48)
Hello,
I would like to start using GitHub with the Linux terminal,
There are a number of tutorials about GitHub, but the ones I found refer to "start new project", "create new account".
I have a Git account and a project folder with existing files on the local drive.
I had created an SSH key in the terminal and added its public key to the GitHubSettings.
I would like to:
* Connect GIT(Terminal) to existing Git account from the portal.
* Connect projects from my local disk to GitHub repository (online).
* see the list of commits I have already made via the browser.
* some of these commits I would like to delete,
* some of these commits I would like to push to the original project.
How. :) Thanks a lot


I would like to start using GitHub with the Linux terminal,
There are a number of tutorials about GitHub, but the ones I found refer to "start new project", "create new account".
I have a Git account and a project folder with existing files on the local drive.
I had created an SSH key in the terminal and added its public key to the GitHubSettings.
I would like to:
* Connect GIT(Terminal) to existing Git account from the portal.
* Connect projects from my local disk to GitHub repository (online).
* see the list of commits I have already made via the browser.
* some of these commits I would like to delete,
* some of these commits I would like to push to the original project.
How. :) Thanks a lot