Skip to content

Instantly share code, notes, and snippets.

View tsyogesh40's full-sized avatar

Yogesh T S tsyogesh40

View GitHub Profile
@tsyogesh40
tsyogesh40 / hg-commands.md
Created July 12, 2018 07:42 — 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
@tsyogesh40
tsyogesh40 / 0-startup-overview.md
Created May 11, 2018 01:35 — forked from dideler/0-startup-overview.md
Startup Engineering notes