[git-users] Re: how to configure file size

2016-02-18 Thread zdh515
hi, André Jacques thank you, it works for me 在 2016年2月18日星期四 UTC+8下午10:04:23,André Jacques写道: > > Hi, > > First, *push* really just mean to send data to a remote and it doesn't > create anything. If you don't want anybody to *commit* file more than > 30MB, than it must be prior to the

[git-users] untracked files

2016-02-18 Thread Felipe Damasceno
Hi, I´m just learning how to use Git and i´m going thru the Git basics. I actualling heard about Git from a tutorial for Julia programming. I have installed Anaconda2 as well. When i got in the part of Recording changes to the Repository and gave the command "$ git status" i found a lot of

[git-users] Re: how to configure file size

2016-02-18 Thread André Jacques
Hi, First, *push* really just mean to send data to a remote and it doesn't create anything. If you don't want anybody to *commit* file more than 30MB, than it must be prior to the *commit*. Git gives *git-hooks *(https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) exactly for that

[git-users] how to configure file size

2016-02-18 Thread zdh515
hello everyone I have a problem I would like to check the file size before push, if more than 30M, not allowed to submit, and give tips Where should I set it up gitlab:8.0 git:1.8 apache:2.4 -- You received this message because you are subscribed to the Google Groups "Git for human beings"