[git-users] Re: [Noob] How to update my local branches/repo with remote repo's content?

2017-02-14 Thread AD S
Found a solution! git merge origin/develop -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, vi

Re: [git-users] [Noob] How to I copy and merge all the files from a remote repo onto my local repo?

2017-02-14 Thread Michael
On 2017-02-13, at 8:17 PM, adam_sher...@flightcentre.com wrote: > > Another dev has made some changes that I wish to have on my local repo > (checkout?) as some future work requires his files. In fact, I thought, I may > as well update my local version of the site by grabbing all the updates th

[git-users] Git Submodules - revision of sub-module changes after git submodule update --remote

2017-02-14 Thread Alexander Skwar
Hello I've got a project, where we are using Git submodules. When I clone the project, all the submodules have the latest revisions, just like I'd want it to be. I clone the project with this command on a server: $ git clone --branch test-environment --recursive git@srv:customer/snbng.git /op

[git-users] git status --> Out of memory, realloc failed

2017-02-14 Thread Carsten
Dear Git group, I use Git at a web hosting service, where my user has a memory limit of 768 MB: (uiserver):p7715773:~$ uname -a Linux infongp-de15 3.14.0-ui16322-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-11-17) x86_64 GNU/Linux (uiserver):p7715773:~$ git --version git version 2.