Skip to content

Instantly share code, notes, and snippets.

View cortesben's full-sized avatar

Ben cortesben

View GitHub Profile
@cortesben
cortesben / sublime-shortcuts.md
Last active August 29, 2015 14:17
Sublime shortcuts

#Sublime Shortcuts

###This is going to be a personal cheatsheat of sublime shortcuts I will be creating

Commands Description
Shift + Command + A Find what code wraps around child tags
@cortesben
cortesben / terminal-cheat-sheat.md
Last active December 25, 2017 18:14
Terminal cheat sheet

#cheat sheet for random BASH Stuff Safe reference for random commands. I will break this up into a better guide in the near future.

#Heroku commands

Commands Description
heroku local web Run the app locally
git push heroku master Deploy to Heroku
heroku open open Browser with app location from command line
@cortesben
cortesben / hg-commands.md
Last active January 9, 2024 14:53
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