---
title: "Using Your GitHub Account"
description: "In this article, we're going to cover some of the basic functions and settings you have in your GitHub account. Using your GitHub account properly may mean different things for different users. In..."
url: https://www.inmotionhosting.com/support/website/git/using-your-github-account/
date: 2018-02-02
modified: 2023-04-11
author: "Christopher Maiorana"
categories: ["Git"]
type: post
lang: en
---

# Using Your GitHub Account

In this article, we’re going to cover some of the basic functions and settings you have in your GitHub account. **Using your GitHub account** properly may mean different things for different users. In this article we’re going to cover the following:

- Log into your account
- Access your settings
- Delete your account

After reading this article you will know how to move in and out of your GitHub easily. To make sure you have a solid foundation in Git, check out our [Introduction to Git](/support/git/) article.

## How to Log Into GitHub and Find Your Account Settings

Easy enough, you can log into GitHub right from the front page of the site. Then, you will have an avatar you can click on to find your settings.

1. Proceed to [GitHub.com](https://github.com/)
2. github-login_-01 Click the **Sign In** button at the top right of the page [![Log in github](/support/images/stories/git/github-login_-01.png)](/support/images/stories/git/github-login_-01.png)
3. github-login_-02 Use your GitHub **Username** or the **Email Address** associated with your account [![Github login credentials](/support/images/stories/git/github-login_-02.png)](/support/images/stories/git/github-login_-02.png)
4. github-login_-03 Click on your avatar and select **Settings** [![Your Github Avadar](/support/images/stories/git/github-login_-03.png)](/support/images/stories/git/github-login_-03.png)

You are now able to access your account settings. Here you can tinker with a variety of settings from your public profile to security and notifications and lots of stuff in between.

## How to Delete Your GitHub Account

Deleting your GitHub account is irreversible. Proceed cautiously.

1. github_-02.png Go to your settings page [![InMotion Support Image](/support/images/stories/git/github_-02.png)](/support/images/stories/git/github_-02.png)
2. github_-01.png Click the **Account** tab [![InMotion Support Image](/support/images/stories/git/github_-01.png)](/support/images/stories/git/github_-01.png)
3. github_-03.png Click **Delete your account** under the *Delete account* heading [![InMotion Support Image](/support/images/stories/git/github_-03.png)](/support/images/stories/git/github_-03.png)
4. github_-06.png Fill in the deletion form by confirming your *username* and printing “delete my account” [![InMotion Support Image](/support/images/stories/git/github_-06.png)](/support/images/stories/git/github_-06.png)

## Next Steps

You now know how to access your account settings and delete your account with Github. **Using your GitHub account** effectively is one step on the road to web mastery. Be sure to check out some of our other [Git articles](/support/website/git/) for tutorials ranging from beginner to intermediate.
