Skip to content

Instantly share code, notes, and snippets.

View Ablesius's full-sized avatar
🏳️‍⚧️

Lexi Blesius Ablesius

🏳️‍⚧️
  • Deutsche Telekom AG
  • Darmstadt, Germany
View GitHub Profile
@xero
xero / irc.md
Last active March 29, 2024 13:30
irc cheat sheet

IRC Reference

Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.

The Basics

  • /join #channel
    • Joins the specified channel.
  • /part #channel
  • Leaves the specified channel.
[user]
name = Alexander Blesius
email = alexander+git@blesius.eu
[core]
excludesfile = /home/alex/git/gitignore_global
[push]
default = simple
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
co = checkout
@jellz
jellz / irc.md
Last active March 2, 2020 09:46 — forked from xero/irc.md
irc cheat sheet - same as xero/irc.md but with proper markdown titles

IRC Reference

Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.

The Basics

  • /join #channel
    • Joins the specified channel.
  • /part #channel
  • Leaves the specified channel.