How to Send Your First Pull Request for Hacktoberfest 2022
This celebration of coding is a brilliant way of getting involved with your first open source contribution.
How to Use Git to Contribute to Open-Source Software
You may have heard about Git and open source, but do you know how they work in tandem to improve software development?
What Is the GitHub Social Circle and How You Can Create One?
Visualize your collaborators with a GitHub Social Circle.
GitHub vs. GitLab: Which Is Better for You?
GitHub and GitLab are both popular in the programming space, but which is the better option?
How to Create a Simple Internal Wiki Using GitBook
Sort out your documentation with the power of git-like change management.
What GitHub Copilot’s New Subscriptions Mean for You
Outstanding AI code completion was free for a while, but are there good alternatives to paying for Copilot?
How to List Remote Branches in Git, and Why You Need To
Remote branches connect your local repository to others. Understanding how to list them is useful in many situations.
The 8 Best Chrome Extensions to Improve Your GitHub Experience
If you're a GitHub user, there's likely a functionality you wish it had. To help with this, here are eight of the best Chrome extensions for GitHub.
Why GitHub Is Killing Atom Text Editor
Farewell, sweet Atom. GitHub's editor had many admirers, but its legacy will live on.
How to Deploy a React App for Free With GitHub Pages
Learn how to deploy a routed React app to GitHub Pages in a few simple steps.
How to Include Mermaid Diagrams in Your GitHub Project
Did you know that GitHub now offers support for Mermaid diagrams? Here's how to deploy them in your own apps.
How to Reset a Single Git File and Why
Use commands like git checkout and git reset to get your files and repositories exactly the way you want them.
How to Remove a File from Commit in Git
Use these Git commands to perform operations like removing a file from a commit.
How to List Branches in Git
Is the git branch command important? How should you use it? Learn more here.
BitBucket vs. GitHub: What's the Best for You?
Find out what code repository you should use to host your code and track changes.
GitHub CLI 2.0 Is Here With Support for Extensions
The latest major revision of GitHub's command-line tool includes extensions. This powerful feature adds custom functionality to gh.
How to Install GitHub CLI on Linux
Here's how you can install GitHub CLI on a Linux machine to manage your repositories and GitHub profile from the terminal.
GitHub Copilot: The Coding AI
Have the knowledge of billions of programs at your side with GitHub Copilot.
How to Rename the Default Git Branch and Why You’d Want To
Use this tutorial to change your default branch's name from Master to Main (or anything else).
How to Use Git Aliases: 10 Essential Examples
Simplify your Git workflow with aliases.