[git-users] Re: git grief

2013-01-16 Thread Blind
I suppose its a system difference issue try: git config core.filemode false and then git status again 16 януари 2013, сряда, 02:07:54 UTC+2, JavaSrvcs написа: I have not changed any code and just tried to do a git pull and get the following message: Updating 527f1ee..18cf73e error:

[git-users] Delete sub-folder in GIT

2013-01-16 Thread Victoria
Hello, Complete beginner here! I installed Git, the other day, and in the process of learning how to work with the commands I forked a repo to an already existing one as a sub folder, what I really wanted to do was have it as an independent folder, I do not know how to revert this or delete

Re: [git-users] how do I edit this particular web page...

2013-01-16 Thread John McKown
Perhaps here: http://git-scm.com/course/svn.html ? If you want to actually save the HTML of the web page, then (depending on browser), I click on the Save page as ..., or do an Cntl-S (control S). On Wed, Jan 16, 2013 at 10:52 AM, Roger Pack rogerpack2...@gmail.com wrote: I see this web page:

Re: [git-users] how do I edit this particular web page...

2013-01-16 Thread Roger Pack
Hmm...yeah that helps thanks! Any ideas on how I could actually be able to submit a pull request to modify the original (now broken) web page to point to the right place? just wondering. Thanks. =roger On Wed, Jan 16, 2013 at 9:59 AM, John McKown john.archie.mck...@gmail.comwrote: Perhaps

[git-users] Re: What is best practice to manage a set of repos?

2013-01-16 Thread David Goldfarb
Thanks, I'll take a look. I do need to be able to work on Windows too, but my needs are pretty simple... 99% of the time, the only group action I'll need is to check out all the latest files of all projects. On Monday, January 14, 2013 4:14:41 PM UTC+2, Thomas Ferris Nicolaisen wrote: We've

[git-users] Re: Delete sub-folder in GIT

2013-01-16 Thread Victoria
Thanks I Untracked all files in the directory with git rm -r --cached path to folder and then deleted the empty directory from PC On Wednesday, 16 January 2013 12:57:55 UTC, Victoria wrote: Hello, Complete beginner here! I installed Git, the other day, and in the process of learning how to