latest
The GitHub feature that makes leaving impossible
GitHub Actions is why everyone's trapped, even though leaving should be trivial
3 ways I use Git that have nothing to do with programming
Turns out Git is quite useful even outside programming
I ditched my note-taking app's cloud sync for Git and I'm never going back
Stop paying monthly just to sync text files. Seriously.
I use Git to sync my notes and it’s easier than you think
Git keeps my notes synced, safe, and versioned without the usual sync mess.
I’m not a programmer but I use Git every day for these 5 things
You don't need to be a programmer to start using Git.
The 7 Best GitHub Alternatives for Hosting Your Project
If GitHub's user interface, pricing, or any other feature doesn't align with your preferences, consider exploring these alternatives.
How to Create and Open a Folder in VS Code Using Git Bash for Windows
Learn how to use Git Bash’s powerful command line to set up your VS Code projects.
How to Handle GitHub Source and Version Control From Xcode
Streamline your workflow by utilizing Git version control directly within Xcode.
How to Write an Effective, Useful Git Commit Message
Git helps diverse, distributed teams to work on a unified codebase. With this power comes a responsibility: leaving good descriptions of your changes.
How to Use GitBook for API Documentation
Make use of GitBook’s excellent features and intuitive interface to create documentation for your API projects.
How to Remove Local Git Branches by Creating Git Aliases
If you’re working on a complex project, cleaning up branches is an annoyance you might avoid. But it’s useful and easy to do using these aliases.
5 Types of File to Include in Your .gitignore
Not every file in your project should be version-controlled. Find out which types of file you should be excluding from your source repo.
How to Open a Pull Request on GitHub
Pull requests make the open-source world go round. Find out how to use them to contribute to your favorite projects.
6 Interactive Resources to Learn Git
Learn Git with a hands-on, step-by-step approach using these sites.
Install Gitea on a Raspberry Pi to Create Your Own Code Repository
Use a Raspberry Pi to host your own independent Git server for code repositories.
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?
How to Check and Update Your Git Version on Linux, Mac, and Windows
Wondering if your git command is as up-to-date as you’d like? Look no further than this simple guide.
How to Set Up a Private Git Server on Linux
Git is an open-source version control system used by developers worldwide. Here's how you can create your own Git Linux server to host your projects.
What Is Git Bash and How Do You Use It?
This tool aimed at Windows users comes with the power of a Unix shell and built-in support for Git.
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.