DEV Community

vishnu prasath
vishnu prasath

Posted on

Github

What is github?
GitHub is a web-based platform that allows developers to store, share, and collaborate on code. It uses Git, an open-source version control system, to track changes to code over time.

How to Generate Personal Access Token in GitHub?
Personal access tokens are an alternative to using passwords for authentication to GitHub when using the GitHub API or the command line.

Step 1: Click on the profile image of your GitHub account
Step 2: Click on Settings
Step 3: Click on <> Developer Settings
Step 4: Click on Personal access tokens
Step 5: Click on Generate new token
Step 6: Add Note and Expiration for your token
Step 7: Select the required scopes
Step 8: Your Personal access token is created successfully

Using this helper will store your passwords unencrypted on disk, protected only by filesystem permissions

git config --global credential.helper store
Enter fullscreen mode Exit fullscreen mode

git push-The git push command is used to transfer or push the commit
git pull-If you make a change in a repository, GIT PULL can allow others to view the changes

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay