public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Eugene Rozenfeld <erozen@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/microsoft/heads/main)] Fix checkout command.
Date: Wed, 10 Nov 2021 04:10:28 +0000 (GMT)	[thread overview]
Message-ID: <20211110041028.57D463858405@sourceware.org> (raw)

https://gcc.gnu.org/g:55edffb6596202d2290ea794ccacc0f2f399f9b1

commit 55edffb6596202d2290ea794ccacc0f2f399f9b1
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Tue Nov 9 20:08:25 2021 -0800

    Fix checkout command.

Diff:
---
 .github/scripts/pushMergedVendorBranch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/scripts/pushMergedVendorBranch.sh b/.github/scripts/pushMergedVendorBranch.sh
index 542f196cc88..252dc6f6963 100644
--- a/.github/scripts/pushMergedVendorBranch.sh
+++ b/.github/scripts/pushMergedVendorBranch.sh
@@ -50,7 +50,7 @@ ${BASEDIR}/../../contrib/git-fetch-vendor.sh --enable-push microsoft
 git fetch
 git fetch gcc
 git fetch origin
-git checkout -b microsoft/main vendors/microsoft/main
+git checkout -B microsoft/main vendors/microsoft/main
 git merge origin/$1
 git push vendors/microsoft microsoft/main


             reply	other threads:[~2021-11-10  4:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10  4:10 Eugene Rozenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-22 23:22 Eugene Rozenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211110041028.57D463858405@sourceware.org \
    --to=erozen@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).