[git-users] git showing modified files right after branch chekout

2014-04-02 Thread Stas Fedotov
Hi! I have pretty much strange situation. Working on Windows machine and committing to Git Stash. In my global config I have core.autocrlf=true and there is .gitattributesin repo with * text = auto Now here is what I do on clean, recently cloned repo: git status #1on develop, no changes

[git-users] a basic thing I don't understand about git and Windows7 directories

2014-04-02 Thread Michael Laird
I know that git makes its own directories and files. Even after lots of reading and trials, I don't know if a git clone will make a new Windows directory (equivalent of a right click on a folder/directory and then New Folder) when it makes a git directory. I want to make a new directory in my

Re: [git-users] a basic thing I don't understand about git and Windows7 directories

2014-04-02 Thread John McKown
Your example command will do exactly what you said. It will take the contents of the angular-seed repository and put its contents into a new folder called newProject. It will also set up the git structure in the newProject folder to track back to the github.com/angular-seed.gitrepository. So that

[git-users] Git Bad Pattern Error

2014-04-02 Thread akhilagarwal87
Hi, I was just doing git add filename But instead of filename, I pasted some random text. And now when I am doing any git function, it is giving an error git:160: bad pattern: my random text Number 160 is an example, it is increasing everytime. -- You received this message because you are