SAGARFIVE

1. Introduction

2. Git Basics

3.  Git Terminology

4.  Git Branching

5.  Git - Github

6.  Git Add (Git staging)

7.  Git Commit

8.  Github Advanced

9.  Git Remote

5.6 Github Authentication

Git Local Repo upload to the github :

  1. Using https authentication method
  2. Git ssh method
  3. Git GUI authentication method
  4. SSO authentication directly from IDE’s(Visual studio code, Eclipse, Sublime text)

Mostly uses https method, now will see how it’s works:

  • When we want to upload the git local repository to github remote repository, we need to authenticate to the github using credentials
  • When we done changes in local repo
  • next at the stage of pushing to remote remo with url
  • It asks for authentication

(i) Opens a window, asks to login with github credentials

or

(ii) Gitbash Github authenticatin with token :