Browsing Tag
github
178 posts
Automate and Auto-Merge Pull Requests using GitHub Actions and the GitHub CLI
So I’ve written about how I automated content updates for my blog before. I even gave a talk…
Make your DOM look like an eye that can focus on anything!
Hello, I’m Ryan. I would like to show you an animation library I developed😀. It can make your…
#gitPanic – Git 101
Look, git is hard, and it’s almost inescapable in software development today. #gitPanic will be an open ended…
A to Z of git and GitHub
Before diving into what is git and GitHub lets understand what is “version control system”. Version Control System…
Create a basic CRUD App with .NET MVC & EF
I created a basic CRUD App to get started with .NET MVC and Entity Framework. The app is…
🎭 Community engagement : submit issues in less time 🗳️⏱️
I didn’t know this until today but I’m really happy to tell you about it, maybe it will…
Automate pull requests in 1 minute with Reviewpad
This guide shows how you can set up GitHub workflow templates to automate common GitHub pull requests workflows…
Git: Renaming a Branch
Git branches are an easy way to manage our code, and separate our copies of our code when…
Do commit dates on GitHub matter for job applications?
This is an anonymous post sent in by a member who does not want their name disclosed. Please…
Github Goodies
There are several less known goodies from Github. Public SSH key github[.]com/[username].keys For example, https://github.com/dpaluy.keys Usage: You are…