-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I easily incorporate the support code improvements in my glossary without overwriting my definitions or readme? #22
Comments
Actually, this should be fairly easy - the programmatic elements are all in the dat branch. It's all WIP, of course, but it is designed to be entirely separate from the I think if you create an orphan |
Hey @benbalter, is there an easy way to submit a PR that would create a new branch on someone else's repo? I've got this whole branch I want someone to have. |
Easy enough for the target repository owner to do it via command line without the pull request, or the target repo can just initially create the branch via either command line or pull request, and on the compare screen, you can select the target branch. |
I read the words that Ben is writing and I wonder if they make sense to me. On Thu, Oct 10, 2013 at 11:32 AM, Ben Balter [email protected]:
|
Greg, try this, in your repo's main dir:
That should make you a blank slate |
No luck. Greg-Elins-MacBook-Air:glossary greg$ git push -u origin dat
error: src refspec dat does not match any.
error: failed to push some refs to '[email protected]:GitMachines/glossary.git' Here is my git config -l user.name=Greg Elin
[email protected]
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
[email protected]:GitMachines/glossary.git
branch.master.remote=origin
branch.master.merge=refs/heads/master |
Questions - What was the output of the other commands? Did you create the orphaned (Maybe let's take this to email.) |
So I am doing https://github.com/gitmachines/glossary. I want to include the programmatic elements in unitedstates/glossary. But I do not want to overwrite my definitions. Is there a way to do that easily with Git, or how we design the components?
The text was updated successfully, but these errors were encountered: