summaryrefslogtreecommitdiffstats
path: root/rfc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rfc.sh')
-rwxr-xr-xrfc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc.sh b/rfc.sh
index 274d9d137..b0d01031d 100755
--- a/rfc.sh
+++ b/rfc.sh
@@ -31,7 +31,7 @@ function is_num()
function rebase_changes()
{
- git fetch --all;
+ git fetch origin;
GIT_EDITOR=$0 git rebase -i origin/$branch;
}