Create and Use GitHub Personal Access Token in Git Command Line and Eclipse IDE

Published: 19 August 2021
on channel: Code Java
12,698
132

In this video, I'd like to share with you guys, how to create a personal access (PAT) token on GitHub, and use PAT to clone a repository using Git command, and update a Java project in Eclipse IDE to use personal access token instead of password.

In details, you will learn:
- What is Personal Access Token (PAT)
- Why PAT should be used
- Create PAT for your GitHub account
- Use PAT in Git Clone command
- Use PAT for a Git Repo in Eclipse IDE