~$ ts-snippets
  • ag(1)
  • android(1)
  • aws(2)
  • bash(1)
  • built-ins(2)
  • curl(2)
  • docker(1)
  • du(1)
  • emoji(1)
  • fd(1)
  • ffmpeg(3)
  • files(2)
  • find(1)
  • git(13)
  • gitlab(1)
  • gpg(2)
  • gzip(1)
  • jq(1)
  • js(1)
  • JSON(2)
  • jsx(1)
  • kubernetes(2)
  • lsof(1)
  • media(1)
  • mongo(1)
  • notion(1)
  • npm(1)
  • pass(4)
  • react(1)
  • s3(1)
  • scp(1)
  • screen(1)
  • search(7)
  • ssh(2)
  • sync(1)
  • sysadmin(1)
  • tar(1)
  • tmux(3)
  • twtxt(1)
  • vim(11)
  • vscode(1)
  • watch(1)
  • zsh(3)

Revert an entire feature branch - 01-11-20

$ git revert -m 1 59e36575c691a05d33d34f403f5a831891df61b2

Yeah that whole feature was just a bad idea…

source:

git docs

\- [ git ]