[git-users] Re: How did I make this mess?

2014-07-11 Thread Pierre-François CLEMENT
On Thursday, 10 July 2014 18:28:01 UTC+2, Joe Strout wrote: > > I joined a project yesterday that's using git for their version control. > > I pulled down the repo, changed one file, and added several new ones. > Everything was in good shape and ready to share with the team. So, on the > advice

[git-users] Re: How did I make this mess?

2014-07-11 Thread Thomas Ferris Nicolaisen
On Thursday, July 10, 2014 6:28:01 PM UTC+2, Joe Strout wrote: > > I joined a project yesterday that's using git for their version control. > > I pulled down the repo, changed one file, and added several new ones. > How did you pull down the repo exactly? In doing this pull, you created your se

[git-users] Re: how to create git patch based on different directories

2014-07-11 Thread Thomas Ferris Nicolaisen
On Wednesday, July 9, 2014 9:49:18 AM UTC+2, loody mil wrote: > > hi all: > below is my directories level > level 0 --> level 1 --> level 2 --> level 3 > > Below is my environment: > the git repository is located at level 0. > my modifications are located in level2 > 1. I use git diff creat