[git-users] How to push transtaled pro git book v2 to git-scm.com

2018-10-01 Thread Nguyễn Hùng
Hello guys I am translating pro git book v2 into my language (vietnamese) Pls show me how to push my project to git-scm.com Thank you -- 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

[git-users] Re: pre-pull hook?

2018-10-01 Thread B. Lachele Foley
Another way to look at this is: Git already has a sort of pre-merge hook in that it will not let you merge if there are un-committed changes in the repo. We are trying to do the same thing. The difference is that the un-committed changes aren't something git can see, so we will never get

Re: [git-users] pre-pull hook?

2018-10-01 Thread B. Lachele Foley
I think that I have not properly communicated what we are doing and why we are asking for this thing that seems irrational. Before trying to do that, let me respond to a few other things. If you had a pre-merge hook, then it would run even on local merges between > branches. > This is where a