Skip to content

Instantly share code, notes, and snippets.

View EliasJorgensen's full-sized avatar

Elias Jørgensen EliasJorgensen

View GitHub Profile
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing
@cortesben
cortesben / hg-commands.md
Last active June 13, 2024 09:13
Mercurial command cheat sheet

Mercurial Commands

Commands Description
hg pull get latest changes like git pull use flags like -u IDK why yet
hg add only for new files
hg commit add changes to commit with -m for message just like git
hg addremove adds new files and removes file not in your file system
hg incoming see changes commited by others
hg outgoing see local commits