From 352eab47df4da60bd28dc02f1a2a064a0a83f45c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 21 Jan 2014 17:21:42 -0800 Subject: [PATCH] :memo: Merge example with return doc --- src/git.coffee | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/git.coffee b/src/git.coffee index dd795310a..f445a0caf 100644 --- a/src/git.coffee +++ b/src/git.coffee @@ -250,12 +250,7 @@ class Git # Public: Returns the upstream branch for the current HEAD, or null if there # is no upstream branch for the current HEAD. # - # Examples - # - # getUpstreamBranch() - # # => "refs/remotes/origin/master" - # - # Returns a String. + # Returns a String branch name such as `refs/remotes/origin/master` getUpstreamBranch: -> @getRepo().getUpstreamBranch() # Public: Returns the current SHA for the given reference.