Re: [git-users] Feature Request: `git remote prune --all`

2014-07-27 Thread Sam Roberts
>> > I'd like to see the addition of a `git remote prune --all` command >> > option, or something similar. How is this different from `git fetch --all --prune`? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this gr

[git-users] Submodul with push

2014-07-27 Thread Philipp Kraus
Hello, I have got a large project and configure some Git submodules and include them into the main project: mainproject |submodul 1 |submodul 2 The submodule are based on a unique commit (hash). My question is, can I clone the main project recursive with the submodules and push ch

[git-users] Re: Git add folder and push trouble

2014-07-27 Thread Waldek M.
> [...]hint: Updates were rejected because the tip of your current branch is > behind > hint: its remote counterpart. Integrate the remote changes (e.g. > hint: 'git pull ...') before pushing again. > hint: See the 'Note about fast-forwards' in 'git push --help' for details. > and contents of my