[git-users] how to define a GIT repository

2013-06-02 Thread AD
Greetings!!! We are implementing the GIT in our project implementation and delivery process. we are facing problem how to define branches for parallel development and optimum point for merging. Let me first brief you all our project and delivery structure as below Could any one suggest me the

[git-users] how to use git in folders subfolders ?

2013-06-02 Thread git-guy
how guys i have 7 folders - 1 - main 6 subfolders for any projects the thing is, the another 6 folders git work perfect but if i try do a commit in the main, always apper that git status # On branch master # Changes not staged for commit: # (use git add file... to update what will be

Re: [git-users] Git rebase for cleanup, after pushing

2013-06-02 Thread Paul Smith
On Sun, 2013-06-02 at 08:32 -0700, Sam Roberts wrote: If the tests run before the merge into master, then the normal procedure is that after you know the branch tests pass, you rebase your-feature to clean it up, and do a push -f to overwrite it. Then people comment, maybe you rewrite again

Re: [git-users] how to use git in folders subfolders ?

2013-06-02 Thread Dale R. Worley
From: git-guy douglasdeod...@gmail.com how guys i have 7 folders - 1 - main 6 subfolders for any projects the thing is, the another 6 folders git work perfect but if i try do a commit in the main, always apper that git status # On branch master # Changes not staged for commit: