A free, beginner-friendly calisthenics program you can do at home with no gym or equipment required.
3 days per week • ~60 minutes per session • Build strength & muscle with bodyweight exercises
| set the clipboard to "" | |
| set appname to "SecurID" | |
| set thePin to RsaTokenPin() | |
| activate application appname | |
| do shell script "networksetup -setairportpower en0 on" | |
| tell application appname | |
| activate |
| require 'rspec' | |
| describe "Behaviour" do | |
| it "should pass" do | |
| true.should eq true | |
| end | |
| it "should fail" do | |
| true.should eq false | |
| end |
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: