Project

loca

0.0
No commit activity in last 3 years
No release in over 3 years
CLI for checking out GitHub Pull Requests locally
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6
~> 1.7
~> 0.7.9
>= 10.4.2, ~> 10.4
~> 3.2.0
~> 0.30.1
~> 0.9.1

Runtime

~> 2.3.7
~> 0.7.5
~> 1.3.2
 Project Readme

Loca Build Status Test Coverage Code Climate Dependency Status

Command-line utility for checking out GitHub Pull Requests locally

Installation

Make it available on the command line by doing

$ gem install loca

Usage

  1. Copy a GitHub Pull Request URL to your clipboard, i.e. octocat/Spoon-Knife#4865
  2. Navigate to the directory where you have that repo checked out
  3. Check out the PR by running
$ loca https://github.com/octocat/Spoon-Knife/pull/4865
  1. When you are done testing, clean it up by pressing the up-arrow and appending a -d flag
$ loca https://github.com/octocat/Spoon-Knife/pull/4865 -d

Contributing

  1. Fork it ( https://github.com/[my-github-username]/loca/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request