Skip to content

Instantly share code, notes, and snippets.

View itsajay2195's full-sized avatar
🎯
Focusing

Ajaykumar Rajasekaran itsajay2195

🎯
Focusing
  • FoodHub
  • Tambaram Sanatorium, Chennai.
View GitHub Profile
@itsajay2195
itsajay2195 / hg-commands.md
Created September 24, 2019 05:49 — 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