Skip to content

Instantly share code, notes, and snippets.

@BethanyG
BethanyG / Exercise_Update.md
Last active October 18, 2021 13:23
Exercism Exercise Update Screenshot

Screenshot of exercism exercise update dialogue. 2021-10-18_06-13-19

@BethanyG
BethanyG / hg-commands.md
Created August 24, 2017 20:10 — forked from cortesben/hg-commands.md
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