Skip to content

Instantly share code, notes, and snippets.

View aridastidar's full-sized avatar
💭
We're here to automate ourselves

Ari Dastidar aridastidar

💭
We're here to automate ourselves
  • San Francisco, CA
View GitHub Profile
@aridastidar
aridastidar / Repo
Last active May 18, 2018 07:28 — forked from richardmcmillen-examtime/Repo
Open a project file on GitHub.
#!/bin/bash
#
# Open the specified file on GitHub. It will use the master branch by default:
#
# repo -f app/controllers/application_controller.rb
#
# Specify a different branch:
#
# repo -b another-branch -f app/controllers/application_controller.rb