[git-users] Replace master with another branch.

2010-03-14 Thread vfclists
I have the master and a branch of my project checked out into different directories. I want to make one of the branchesthe new master, which I think I can achieve by copying the contents of the branch's working directory into the master's, committing and pushing. Is there some way to do that by

[git-users] How do you exclude files from being merged by git pull, push etc?

2010-03-31 Thread vfclists
I have come to one of my main reasons for using git. I am creating an app which is being customzied for users. The idea is that the main non UI code is constant, the same across all customized versions, but with the customized versions, the UI will will different, some options will be disabled

[git-users] Re: How do you exclude files from being merged by git pull, push etc?

2010-03-31 Thread vfclists
On Mar 31, 6:03 pm, Rick DeNatale rick.denat...@gmail.com wrote: On Wed, Mar 31, 2010 at 12:11 PM, vfclists vfcli...@googlemail.com wrote: On Mar 31, 4:20 pm, Rick DeNatale rick.denat...@gmail.com wrote: Is this what you are looking for? http://www.gitready.com/beginner/2009/01/19

[git-users] How to exclude branches from git push?

2010-03-31 Thread vfclists
When I run 'git remote show origin' the output states that a git push/ pull/fetch will fetch and push a number of branches on the remote. Is there a way to push only a particular branch and ignore the others? The git branch docs show this example. *** Delete an unneeded branch $ git

[git-users] Does git branch always branch of the latest commit?

2010-06-07 Thread vfclists
Does git branch always branch of the latest commit? Are files which are not yet committed part of the branch? -- 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

[git-users] Is it possible to push to 2 or more remote repositories at the same time?

2010-06-07 Thread vfclists
Is it possible to push to 2 or more remote repositories at the same time? I only want to mirror the main repository, where most if not all the pulls will come from. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group,

[git-users] Do git tags get pushed as well?

2010-06-07 Thread vfclists
Since I created my repository it appears that the tags I have been creating are not pushed to the repository. When I do git tag on the local directory all the tags are present, but when I logon to the remote repository and do a git tag, only the first few show up. What could the problem be? --

[git-users] Re: Do git tags get pushed as well?

2010-06-07 Thread vfclists
Thanks. It seems tags are not pushed automatically. I thought it would be the natural thing to do. On Jun 7, 9:43 am, Artiom Diomin kro...@gmail.com wrote: On Mon, 7 Jun 2010 01:35:52 -0700 (PDT) vfclists vfcli...@gmail.com wrote: Hello vfclists, Since I created my repository

[git-users] How do you download only the necessary part of a repository?

2010-11-15 Thread vfclists
If you want to work with only a few of the branches of a remote repository, how to you clone it in a way which does not bring down everything? /vfclists -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email