Re: [git-users] Adding meta folder to .git/refs folder under bare repo

2016-04-26 Thread Magnus Therning
shyamchander guptha writes: > Hi Team > > I started using git recently and doing some experiments . > > I need to add some files for example (meta/settings and meta/admin-settings > ) to the bare repository of git repository under .git/refs folder. We need > this files for doing some sort admi

Re: [git-users] Custom job for GIT

2016-04-26 Thread Magnus Therning
Kirthi Paruchuri writes: > Hi, > > I need some guidance on GIT > > I have a requirement where we have to call a web service and send an > email when some one clones master branch. Is there any way I can check > or continuously poll GIT data store to see if any clones have happened > on the maste

Re: [git-users] Using Two IDEs ( xCode and VS 2015) for one project

2016-04-26 Thread Magnus Therning
'JCL' via Git for human beings writes: > Hello- > > I am struggling to get this right.. > > I do alot of work on my laptop using xCode. > My desktop is a win10 machine using VS. > > I am using git on my mac but only using it on one machine. > > I would like to use both machines to edit and comm

[git-users] How upgrade GIT Bash CLI

2016-04-26 Thread Leonidas Savvides
Basically to upgrade Git CLI bash to new version - I have to uninstall it and install the new version? correct? Repositories are independent and should still work correct? ALSO SETTINGS OF REPOSITORIES KEPT Correct? reply ALL Correct /// No the is Not -- You received this message because you

Re: [git-users] Git Bash and R

2016-04-26 Thread John McKown
R is a programming language. "git" is a DVCS (Distributed Version Control System). They don't really interrelate much at all. Other than the fact that you can use "git" as a version control system for your R source code and other textual documents. Yes, you can also do binary stuff in git, like ima

Re: [git-users] An equivalent of `--full-history` to git bisect

2016-04-26 Thread Dale R. Worley
Ram Rachum writes: > $ git log --graph > * commit b7a8d7aa001d06eb7491ab5fb447a8dd3aa421a8 > | Author: Ram Rachum > | Date: Tue Apr 19 17:45:01 2016 +0300 > | > | adding more to some-file > | > * commit 0aa833916e908ea93902a6c4c227f9a884a1bcef > |\ Me

Re: [git-users] An equivalent of `--full-history` to git bisect

2016-04-26 Thread Ram Rachum
Here you go, I used bisect and it showed me the wrong commit (2413) as the troublemaker: Administrator@Turing ~/Dropbox/Desktop/foo (development) $ git log --graph --full-history * commit b7a8d7aa001d06eb7491ab5fb447a8dd3aa421a8 | Author: Ram Rachum | Date: Tue Apr 19 17:45:01 2016 +0300 | |