Skip to main content

3 posts tagged with "git"

View All Tags

Cloning a Private GitHub Repository

· 3 min read
Anand Raja
Senior Software Engineer

The ideal way to clone a GitHub repository to your local folder is to use a PAT (Personal Access Token).
A PAT provides secure, token-based authentication instead of your GitHub password.
It is especially required for accessing private repositories or when two-factor authentication is enabled.

Bash terminal customization

· 8 min read
Anand Raja
Senior Software Engineer

Linux Shells

When we open up our terminal, chances are that it uses Bash as its UNIX shell environment. But other shell environments exist such as the C Shell, Korn Shell, Z Shell, and even the Fish Shell. All of these different shell environments have their own pros and cons, and you should consider them before you choose one to use on your own system.