#8 Checkout, auth. #16
@@ -459,7 +459,7 @@ func checkout(w *git.Worktree, ref plumbing.Reference) {
 | 
			
		||||
	ctx := context.Background()
 | 
			
		||||
	logger.Debug(ctx, fmt.Sprintf("Checkout: %s", ref.Name().Short()))
 | 
			
		||||
 | 
			
		||||
	if err := w.Checkout(&git.CheckoutOptions{Hash: ref.Hash()}); err != nil {
 | 
			
		||||
	if err := w.Checkout(&git.CheckoutOptions{Branch: ref.Name()}); err != nil {
 | 
			
		||||
		logger.Fatal(ctx, fmt.Sprintf("failed to reset: %v", err))
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user