This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rodin:k8s.io dwat$ diff -up dhellmann dwat | |
| --- dhellmann 2019-06-10 15:30:33.000000000 -0700 | |
| +++ dwat 2019-06-10 15:30:43.000000000 -0700 | |
| @@ -2,7 +2,10 @@ | |
| long = true | |
| metrics-registry = "https://registry.npmjs.org/" | |
| scope = "" | |
| -user-agent = "npm/6.9.0 node/v10.16.0 linux x64" | |
| +user-agent = "npm/6.4.1 node/v11.0.0 darwin x64" | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "errors" | |
| "log" | |
| "github.com/libgit2/git2go" | |
| ) | |
| func checkoutBranch(repo *git.Repository, branchName string) error { | |
| checkoutOpts := &git.CheckoutOpts{ |