Black Girl Bytes

Black Girl Bytes

Follow
homeSponsorAbout MeGitHub TutorialsOpen SourceCareer PathWeb5newsletter
Tag

Git

#git

More content

Read more stories on Hashnode


Articles with this tag

How to Thank Sponsors for Supporting Your Open Source Project

Jun 22, 20226 min read 158 views

Benefits of thanking sponsors Slowly but surely, people are starting to acknowledge the significance of compensation in open source. With more...

How to Thank Sponsors for Supporting Your Open Source Project

How to Prevent Merge Conflicts

Jun 15, 20226 min read 2.9K views

(or at least have less of them) · A few months ago, I wrote a DEV post about resolving merge commits. The resounding feedback I received from readers...

How to Prevent Merge Conflicts

Use Copilot to Write and Translate a Binary Search Algorithm

Apr 14, 20222 min read 247 views

I learn best from reading, watching, and doing, which means I need various resources to create a robust mental model. When I've studied for...

Use Copilot to Write and Translate a Binary Search Algorithm

Why Use GitHub Copilot And Copilot Labs

Apr 14, 20226 min read 186 views

Practical Use Cases for the AI Pair Programmer · Introduction Even though I didn't work at GitHub when they announced Copilot, I remember it piqued my...

Why Use GitHub Copilot And Copilot Labs

How to Undo Pushed Commits with Git

Apr 5, 20224 min read 563 views

Introduction One major benefit of version control is that you can roll back your code to any time in history without significantly disrupting your...

How to Undo Pushed Commits with Git

How Do I Resolve Merge Conflicts?

Mar 19, 20226 min read 326 views

I don’t think I’m alone in saying this; early in my career, merge conflicts were the bane of my existence (particularly in 2019). I graduated from a...

How Do I Resolve Merge Conflicts?