Skip to content

Instantly share code, notes, and snippets.

View Dav1s-Ops's full-sized avatar
🛹
Learning C# & .NET!

Davis Weimer Dav1s-Ops

🛹
Learning C# & .NET!
View GitHub Profile
@alexford
alexford / main.yml
Last active January 7, 2025 06:25
Running Rails tests with RSpec on GitHub actions with Postgres
name: CI
on: [push]
jobs:
rspec:
runs-on: ubuntu-latest
container:
image: ruby:2.6.5
@iandouglas
iandouglas / README.md
Last active August 26, 2024 17:38
Intro to Co-Authored Git Commits

Intro to Co-Authored Git Commits

Why

In student projects, I commonly look at contribution graphs to see how much code they worked on, to get an idea if one student is doing more work than others on the project. This can be used for coaching and performance grading.

How

Start with your ~/.gitconfig file in your home folder. Add these lines:

@johnmcfarlane
johnmcfarlane / begin(C++).md
Last active June 7, 2025 13:39
Resources for C++ beginners