Bolaji Ayodeji's Blog

Bolaji Ayodeji's Blog

Follow
homeNewsletterOpen SourceWeb EngineeringData Science and Machine LearningEcommerce for Developers
Tag

Git

#git

More content

Read more stories on Hashnode


Articles with this tag

Writing Good Commit Messages: A Practical Guide

Nov 28, 20196 min read 5.6K views

To create a useful revision history, teams should first agree on a commit message convention to use, and this also applies to personal projects....

Writing Good Commit Messages: A Practical Guide

Git First Time Setup

Jul 21, 20193 min read 602 views

Git is a Free and Open Source Distributed Version Control System. By far, Git is the most widely used modern version control system in the world...

Git First Time Setup

How to Fix Git Always Asking for User Credentials

Jul 20, 20192 min read 3.1K views

Have you ever encountered Git asking you for your username and password every time you try to interact with GitHub even after configuring it? Well,...

How to Fix Git Always Asking for User Credentials

Git Cheat Sheet for Beginners and Intermediates

Feb 17, 20197 min read 1.6K views

Git cheat sheet saves you time when you just can't remember a specific command. It is hard to memorize all the important Git commands as a newbie,...

Git Cheat Sheet for Beginners and Intermediates

How to Test a Pull Request Locally Before Merging.

Nov 10, 20182 min read 1.1K views

So your repository got a new Pull Request?, You don't want to merge it before testing it out yourself locally on your machine. How do you go about...

How to Test a Pull Request Locally Before Merging.