Skip to content

Instantly share code, notes, and snippets.

@elubow
Created March 19, 2017 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elubow/6e904f53b600bf6f2d5be8ef1b528f04 to your computer and use it in GitHub Desktop.
Save elubow/6e904f53b600bf6f2d5be8ef1b528f04 to your computer and use it in GitHub Desktop.
description
[[snippets]]
description = "nsq_tail a topic on a specific lookup host"
command = "nsq_tail --lookupd-http-address=nsq-lookup-001:4161 --topic topic_name"
[[snippets]]
description = "git reset file.txt back to master"
command = "git checkout HEAD -- file.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment