Re: [git-users] issues with downloading project files from git

2014-08-18 Thread Magnus Therning
On Sun, Aug 17, 2014 at 09:25:38AM -0700, Chinedu Iroanyah wrote: when i run this command git clone g...@github.com:laravel/laravel.git i keep getting this result: Cloning into 'laravel'... Permission denied (publickey). fatal: Could not read from remote repository. Please make

[git-users] Measures to take regarding large binary files in a Git repository

2014-08-18 Thread fabian . schmied
Hi, (Scenario at the top, concrete questions below.) I'm in the progress of migrating an SVN repository to Git, including history, using git svn. The SVN repository currently contains a number of large (data) files: - five binary files of 100 MB to 400 MB, with up to 17 revisions, - eleven

Re: [git-users] post-merge hook not running

2014-08-18 Thread Konstantin Khomoutov
On Fri, 15 Aug 2014 07:55:36 -0700 (PDT) Etienne Pouliot etiennepoul...@gmail.com wrote: I'm trying to get my post-merge hook to run but I can't get it to work. [...] #git pull [...] The merge did not happen because `git merge` (which was run as a part of the `git pull` work

[git-users] asking some question

2014-08-18 Thread eamiraslg
I'm new to git.I'm not a professional person in programming.I work in R D group and I'm just researching about source control systems.our programming group use VSS(sourcesafe) but I can see that they have encountered many problems.so I want to help them to switch to git .I know about git

Re: [git-users] asking some question

2014-08-18 Thread Konstantin Khomoutov
On Mon, 18 Aug 2014 05:27:18 -0700 (PDT) eamira...@gmail.com wrote: so we have a master source and some different sources for different projectsfor example our bank organization project has some parts different from our university project 1.Could we have different branches for every

[git-users] Show changes in merge commit

2014-08-18 Thread mgd
When calling git show commit on a simple commit (i.e. not a merge commit) git will show the commit message and the modified files including their diffs. Adding --name-only will list only the file names of the modified files. On the other hand, when running git show against a merge commit,