Re: [git-users] Corrupted production repo - safe to delete and re-clone?

2022-02-28 Thread Ken Winter
Thanks, Magnus! I'll keep the "git export" idea in my back pocket, in case the clone option proves problematic. On Saturday, February 26, 2022 at 3:10:53 AM UTC-5 Magnus Therning wrote: > > Ken Winter writes: > > > I've written a web app named sched. Co

[git-users] Re: Corrupted production repo - safe to delete and re-clone?

2022-02-25 Thread Ken Winter
to always do a clone, rather than a pull, into *production*. Does anybody see a reason not to do that? On Sunday, February 20, 2022 at 6:50:45 PM UTC-5 Ken Winter wrote: > I've written a web app named *sched. *Code is on my server in two > repositories: *development *and *production*.

[git-users] Corrupted production repo - safe to delete and re-clone?

2022-02-20 Thread Ken Winter
-clone the *master* branch of the github repo onto my server, where it would be the new *production * instance? If not, got any other suggestions? ~ Thanks in advance ~ Ken -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To u

[git-users] How do you create kerberos authenticated linux script to pull from Apache https enabled git server?

2017-04-03 Thread ken edward
that utilizes the kerberos credential to pull from the GIT repo via https? Thank you for any and all help! Ken -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails fro

Re: [git-users] git am patch does not apply on removed file

2013-11-10 Thread Ken Tanzer
the message Test deleting jquery file, which is what you're seeing there. It doesn't seem to be a permission problem, as git is able to both delete and recreate the file without problem. I'm still hoping for other explanation, but right now it seems like a bug to me... Ken On Sunday, November 10

[git-users] Need Help - CONFLICT (add/add)

2010-10-13 Thread Ken
, Ken -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group

[git-users] Re: Need Help - CONFLICT (add/add)

2010-10-13 Thread Ken
Thank you very much for your help Konstantin!! I submitted the first command: git checkout --theirs public/images/NewMexico_jul_1.jpg And received the following error: error: pathspec 'public/images/NewMexico_jul_1.jpg' did not match any file(s) known to git. Ideas? Thanks, Ken On Oct 13, 9

[git-users] Re: Need Help - CONFLICT (add/add)

2010-10-13 Thread Ken
Well, not the same but that my changes have been merged... K On Oct 13, 10:04 am, Ken kohud...@gmail.com wrote: Thank you for the detailed explanation.  I appreciate it. I did the following and it seemed to work: git checkout add_articles public/images/NewMexico_jul_1.jpg git add public

[git-users] Re: Need Help - CONFLICT (add/add)

2010-10-13 Thread Ken
Actually, the commands I listed in my previous email seemed to do the job. Thank you again for all of your help!! Ken On Oct 13, 10:08 am, Konstantin Khomoutov khomou...@gmail.com wrote: On Oct 13, 8:44 pm, Ken kohud...@gmail.com wrote: Thank you very much for your help Konstantin!!  I

[git-users] Re: Need Help - CONFLICT (add/add)

2010-10-13 Thread Ken
Great! Thank you! Ken On Oct 13, 10:15 am, Konstantin Khomoutov khomou...@gmail.com wrote: On Oct 13, 9:05 pm, Ken kohud...@gmail.com wrote: Well, not the same but that my changes have been merged... Depends on what you will consider as being merged, really. This is because you're free