• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Advice to avoid Xcode-Git Train Wrecks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Advice to avoid Xcode-Git Train Wrecks


  • Subject: Re: Advice to avoid Xcode-Git Train Wrecks
  • From: Marco S Hyman <email@hidden>
  • Date: Sat, 19 Mar 2016 10:18:43 -0700

On Mar 19, 2016, at 5:25 AM, Jerry Krinock <email@hidden> wrote:
>
> Lessons learned, I’m assuming to be correct for now:
>
> • Do *not* use Merge into Branch….
> • *Do* switch to the destination branch, maybe wait several minutes, then Merge from Branch….

I’m somewhat surprised that Xcode offers a merge into option.  The git command

	git merge foo

will merge the foo branch into the HEAD (your current) branch.   You have to check out the destination branch first to make it HEAD.  This is also the case in the non-Xcode GUI tools I know.

Perhaps the answer to the “why this matters” is that Xcode is attempting at doing something un-git like and getting it wrong.

Marc
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >Advice to avoid Xcode-Git Train Wrecks (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Re: Advice to avoid Xcode-Git Train Wrecks
  • Next by Date: Re: Advice to avoid Xcode-Git Train Wrecks
  • Previous by thread: Re: Advice to avoid Xcode-Git Train Wrecks
  • Next by thread: Re: Advice to avoid Xcode-Git Train Wrecks
  • Index(es):
    • Date
    • Thread