[git-users] Using git with VIsual Studio 2015

2021-06-21 Thread 'SagaV' via Git for human beings
Hi all, I am involved in getting git working with Visual Studio 2015 with a repo on a separate centralized computer ("server") running Windows 10. The objective is to have 3 - 5 developers work on the same project where the master copy of the project is stored on the git "server". I have done

[git-users] Using git reference clone in combination with git submodule

2020-04-28 Thread extzig
Hi, I have a monolithc git repo containing multiple projects each developer have there own local git reference repo so that they don't have to do a complete clone when working in different projects. For some reason we now have to add a git submodule in this repo but we are encountering some is

Re: [git-users] Using git gui to do a rebase

2018-06-17 Thread Philip Oakley
I don't think you can. I've not seen any option to do it via the Git-Gui, though others may know better. Philip - Original Message - From: "Michael" To: Sent: Sunday, June 17, 2018 2:44 AM Subject: [git-users] Using git gui to do a rebase How do I do

[git-users] Using git gui to do a rebase

2018-06-16 Thread Michael
How do I do a rebase in git gui? --- Entertaining minecraft videos http://YouTube.com/keybounce -- 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-user

Re: [git-users] Using Git as a NoSQL database

2016-10-19 Thread Michael
So reading that, by the time you are done, it looks like you have redone everything that git add/commit normally do. What do you gain by trying to script the plumbing commands directly, rather than using the existing porcelain? On 2016-10-14, at 9:40 AM, Sidney Souza wrote: > Awesome Post. >

Re: [git-users] Using git in an unusual way, need advice

2016-10-18 Thread Konstantin Khomoutov
On Tue, 18 Oct 2016 07:08:00 -0400 rhkra...@gmail.com wrote: > I sent this and the next email to another list and didn't get any > response-- I've partially resolved my issue (see next post), and I'm > also beginning to understand that branches might also solve my issue > (but patches see more str

[git-users] Using git in an unusual way, need advice

2016-10-18 Thread rhkramer
I sent this and the next email to another list and didn't get any response-- I've partially resolved my issue (see next post), and I'm also beginning to understand that branches might also solve my issue (but patches see more straightforward. I'm resending it here as I welcome comments and sugge

Re: [git-users] Using git in an unusual way, need advice

2016-10-17 Thread Konstantin Khomoutov
On Sun, 16 Oct 2016 21:39:41 -0400 rhkra...@gmail.com wrote: > I am probably using git in an unusual way. > > I want to do some development for a project that is managed by > Mercurial (scite / scintilla), but, for the sake of learning git (and > minimizing the need to learn anything else) I wan

[git-users] Using git in an unusual way, need advice

2016-10-16 Thread rhkramer
I am probably using git in an unusual way. I want to do some development for a project that is managed by Mercurial (scite / scintilla), but, for the sake of learning git (and minimizing the need to learn anything else) I want to use git for the work I do. I've downloaded the source code as ta

[git-users] Using Git as a NoSQL database

2016-10-13 Thread Kenneth Truyers
Hi all, Recently I have been using Git as a NoSQL database. I have written down my thoughts in a blog post: https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/ It would be great if I could get some feedback on it. Thanks! -- You received this message because you are subscribed to

Re: [git-users] Using git log to track frequently upgraded branch

2016-07-27 Thread Dale R. Worley
Jerome Fouletier writes: > I have one branch BR1 which receives frequent merges from branch BR0. > Branch BR1 is tagged once per sprint, and I need to list the commits that > have been made or merged since the last tag: > > >-A1---B1(TAG)--C1---D1---E1---F1---G1(BR1) > >/

[git-users] Using git log to track frequently upgraded branch

2016-07-26 Thread Jerome Fouletier
Hi, I have one branch BR1 which receives frequent merges from branch BR0. Branch BR1 is tagged once per sprint, and I need to list the commits that have been made or merged since the last tag: -A1---B1(TAG)--C1---D1---E1---F1---G1(BR1) / / / > -A0--B0C0

[git-users] Using Git to maintain several repositories from overlapping file sets.

2015-09-01 Thread RrnR
I have the need to maintain repositories (both local and remote) where the working file sets are a subset of files within a folder tree, and will overlap -i.e. will have files in common. As an example I might have a folder free: Folder/File Repository

[git-users] Using git with test and production servers

2014-11-29 Thread Freddy Trotin
Hello, I've got 2 DNN Servers (Test and Production) and I would like to use git to manage the files on this server : First I wan't to check that all files of these 2 servers are identical (They should be but I know it they are not) Then, after correcting files so the 2 servers are identical, I

Re: [git-users] Using git

2014-08-15 Thread Yingshou Guo
One of the simplest ways to do what you want: 1, setup a bare,shared repository in a machine: git init --bare --shared myrepo.git 2, make it accessible through ssh protocol(setup ssh server and make an account for every developer) 3, clone the repo: git clone ssh://@server//myrepo.git 4, you are d

Re: [git-users] Using git

2014-08-15 Thread Konstantin Khomoutov
On Wed, 13 Aug 2014 05:09:13 -0700 (PDT) Akhilesh Yadav wrote: > I am new to git. I was thinking to setup local git repository.I have > Centos 6.5 server where I am planning to install git.There will be 5 > person pushing and pulling data from the git repository.I am confused > about it how they

[git-users] Using git

2014-08-15 Thread Akhilesh Yadav
Hi All, I am new to git. I was thinking to setup local git repository.I have Centos 6.5 server where I am planning to install git.There will be 5 person pushing and pulling data from the git repository.I am confused about it how they will push and pull data from the server.What the actual proce

Re: [git-users] Using git as a team - subdomains or local envs?

2014-05-07 Thread Jeremy Belolo
I may just do this. Thanks for your help ! Le mercredi 7 mai 2014 13:32:27 UTC+3, Magnus Therning a écrit : > > On Wed, May 7, 2014 at 11:49 AM, Jeremy Belolo > > > wrote: > > Hello Magnus and thanks for your answer ! > > > > I tried to be crystal clear, that's why I described all the steps I

Re: [git-users] Using git as a team - subdomains or local envs?

2014-05-07 Thread Magnus Therning
On Wed, May 7, 2014 at 11:49 AM, Jeremy Belolo wrote: > Hello Magnus and thanks for your answer ! > > I tried to be crystal clear, that's why I described all the steps I did... > Seems I didn't succeed. So I will start by saying I never encountered a > issue with git itself. It's just the project

Re: [git-users] Using git as a team - subdomains or local envs?

2014-05-07 Thread Jeremy Belolo
Hello Magnus and thanks for your answer ! I tried to be crystal clear, that's why I described all the steps I did... Seems I didn't succeed. So I will start by saying I never encountered a issue with git itself. It's just the project I took that is build on a very strange coding way. I can't wo

Re: [git-users] Using git as a team - subdomains or local envs?

2014-05-06 Thread Magnus Therning
On Tue, May 06, 2014 at 02:59:45PM -0700, Jeremy Belolo wrote: > Hello all ! > > I started using git 1 year ago. At the beginning I tried to work > with it on my local env on windows, and I would push the changes to > the dev server when ready. But I came across countless issues. What git issues

[git-users] Using git as a team - subdomains or local envs?

2014-05-06 Thread Jeremy Belolo
Hello all ! I started using git 1 year ago. At the beginning I tried to work with it on my local env on windows, and I would push the changes to the dev server when ready. But I came across countless issues. So I tried something else. Using Virtualbox to create a virtual Ubuntu that I used to

Re: [git-users] Using git for multiple projects

2014-04-09 Thread Magnus Therning
On Tue, Apr 08, 2014 at 04:43:29PM -0400, Maurizio Vitale wrote: > I've never used multiple git repositories in large scale > multi-committer projects (the closest is a new language frontend for > llvm that uses submodules for beinging in clang and llvm, but I'm > the only committer). > > I see pe

Re: [git-users] Using git for multiple projects

2014-04-08 Thread Maurizio Vitale
I've never used multiple git repositories in large scale multi-committer projects (the closest is a new language frontend for llvm that uses submodules for beinging in clang and llvm, but I'm the only committer). I see people advocating splitting large code bases into multiple git repository and t

Re: [git-users] Using git for multiple projects

2014-04-04 Thread Magnus Therning
On Fri, Apr 04, 2014 at 10:09:08AM -0700, Thomas Beardshear wrote: > Anyone have any suggestions for using git for multiple projects? > > The concept of git seems clear for one large project, but when your applets > are in multiple locations (departments vs server functions vs cloud-based > vend

[git-users] Using git for multiple projects

2014-04-04 Thread Thomas Beardshear
Anyone have any suggestions for using git for multiple projects? The concept of git seems clear for one large project, but when your applets are in multiple locations (departments vs server functions vs cloud-based vendor integrations), it gets a little vague especially for people that use it p

Re: [git-users] using GIT as library from an own C program

2014-02-18 Thread Konstantin Khomoutov
On Tue, 18 Feb 2014 09:27:43 -0800 (PST) mareb wrote: > > Note that the Git developers perceive Git itself as being *a > > library* > > -- not in the sense of it being a .so file with exported API but in > > an "older" sense of presenting you with a collection of low-levels > > sharp tools to ca

Re: [git-users] using GIT as library from an own C program

2014-02-18 Thread mareb
Hello Konstantin, I did not saw, how to use the Git programs in a "low-level way". The Perl projects ikiwiki and gitolite does not help me, to understand, how to use the git programs with my C source. Thank you Am Sonntag, 16. Februar 2014 16:39:28 UTC+1 schrieb Konstantin Khomoutov: > > On Fr

Re: [git-users] using GIT as library from an own C program

2014-02-16 Thread Konstantin Khomoutov
On Fri, 14 Feb 2014 20:16:31 -0800 (PST) mareb wrote: > that is great! Thank you very much! > This library seems to be, what I look for. Note that the Git developers perceive Git itself as being *a library* -- not in the sense of it being a .so file with exported API but in an "older" sense of p

Re: [git-users] using GIT as library from an own C program

2014-02-14 Thread mareb
Hey, that is great! Thank you very much! This library seems to be, what I look for. Am Samstag, 15. Februar 2014 01:35:55 UTC+1 schrieb Thomas Ferris Nicolaisen: > > > > On Saturday, February 15, 2014 1:00:32 AM UTC+1, Gergely Polonkai wrote: >> >> Hello, >> >> there is a project called libgit

Re: [git-users] using GIT as library from an own C program

2014-02-14 Thread Thomas Ferris Nicolaisen
On Saturday, February 15, 2014 1:00:32 AM UTC+1, Gergely Polonkai wrote: > > Hello, > > there is a project called libgit (maybe libgit2?). However, it is not part > of Git, it is totally independent (from development's view). > > Yup, more specifically: http://libgit2.github.com/ - the license i

Re: [git-users] using GIT as library from an own C program

2014-02-14 Thread Gergely Polonkai
Hello, there is a project called libgit (maybe libgit2?). However, it is not part of Git, it is totally independent (from development's view). Cheers, Gergely On 14 February 2014 21:27, mareb wrote: > Hello, > is it possible to use a git library? I found no lib on my debian system. > > Does s

[git-users] using GIT as library from an own C program

2014-02-14 Thread mareb
Hello, is it possible to use a git library? I found no lib on my debian system. Does someone know, if it is possible to include GIT source as part of my program (GPL 2 too)? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscri

Re: [git-users] Using Git as a user documentation source file repository

2013-09-05 Thread Konstantin Khomoutov
On Wed, 4 Sep 2013 21:17:39 +0400 Konstantin Khomoutov wrote: > > My organization is thinking about Git as a repository for FM+SMGL > > source (binary) files. We have very minimal requirements: > > > > * ability to check in / check out multiple files at the same time > > Yes. After re-reading

[git-users] Using Git as a user documentation source file repository

2013-09-04 Thread Chris Bridgen
Hi My organization is thinking about Git as a repository for FM+SMGL source (binary) files. We have very minimal requirements: * ability to check in / check out multiple files at the same time * ability to download entire sets of files to another server * ability to restrict some user's ability

Re: [git-users] Using Git as a user documentation source file repository

2013-09-04 Thread Konstantin Khomoutov
On Wed, 4 Sep 2013 09:55:05 -0700 (PDT) Chris Bridgen wrote: > My organization is thinking about Git as a repository for FM+SMGL > source (binary) files. We have very minimal requirements: > > * ability to check in / check out multiple files at the same time Yes. > * ability to download entire

Re: [git-users] Using 'git' name legally ok?

2013-05-13 Thread Konstantin Khomoutov
On Mon, 13 May 2013 08:15:32 -0700 (PDT) Troy Murray wrote: > I realize this is probably a strange question, but my employer wants > to make sure we can freely use the 'git' name in our documentation > and even our internal git.server.org DNS structure without risk of > legal problems. I'm not su

[git-users] Using 'git' name legally ok?

2013-05-13 Thread Troy Murray
I realize this is probably a strange question, but my employer wants to make sure we can freely use the 'git' name in our documentation and even our internal git.server.org DNS structure without risk of legal problems. I'm not sure who to contact for this "officially" as there isn't an email a

Re: [git-users] Using Git to track system file customizations

2013-03-28 Thread Bryce Verdier
On 03/28/2013 11:33 AM, John McKown wrote: I do that, partially at least. I track the files in /etc. But I generally only do it after I do a yum upgrade. All I do is: cd /etc sudo git init #well, only the first time sudo git add -A . sudo git commit -m "commit message" You could just get in th

Re: [git-users] Using Git to track system file customizations

2013-03-28 Thread John McKown
I do that, partially at least. I track the files in /etc. But I generally only do it after I do a yum upgrade. All I do is: cd /etc sudo git init #well, only the first time sudo git add -A . sudo git commit -m "commit message" You could just get in the habit of doing the last two every time you m

[git-users] Using Git to track system file customizations

2013-03-28 Thread Dale R. Worley
I'm considering using Git to track the customizations I make to the system files of my Linux box. Has anyone done that and has hints on how to make it work well? Actually, I have two Linux boxes, and I need to track both sets of customizations. It looks easy enough to have one repository on each

Re: [git-users] Using git in "multi-branch" project

2013-02-26 Thread Dale R. Worley
> From: Vasiliy Tzukanov > > We need to figure out how can we manage few very similar projects in > parallel, without having to manually enforce their coherency. I'd suggest that you determine that you want to have a single code base from which an array of similar artifacts will be built. That

[git-users] Using git in "multi-branch" project

2013-02-26 Thread Vasiliy Tzukanov
Hi guys, We are using git routinely in our project to allow collaboration of employees from all around the world. Until now, we supported just a single client, but there are new clients for our project now, each having slightly different requests. We need to figure out how can we manage few ver

[git-users] Using Git Notes inside Gerrit Hooks

2013-02-01 Thread krishna chaitanya kurnala
Hello I am trying to come up with a hook that would parse the commit message of any change that is Approved/Merged in Gerrit and add a portion of the commit message to git notes. I added a snippet to change-merged gerrit hook, for example, git fetch origin +refs/notes/*:refs/notes/* >> $hook_l

Re: [git-users] Using GIT with multiple similar websites

2012-11-13 Thread Konstantin Khomoutov
On Tue, 13 Nov 2012 07:21:51 -0800 (PST) Ugo wrote: > That's one of the ideas I came up in the first place, but sadly not > possible. > The code has to change a little bit for each website, i.e : a payment > processor for example, a different module, etc... > It's not 100% exactly the same webs

Re: [git-users] Using GIT with multiple similar websites

2012-11-13 Thread Ugo
Hello Les, Thanks for your answer. That's one of the ideas I came up in the first place, but sadly not possible. The code has to change a little bit for each website, i.e : a payment processor for example, a different module, etc... It's not 100% exactly the same website, it's just that they s

Re: [git-users] Using GIT with multiple similar websites

2012-11-13 Thread Les Nightingill
The way I have handled this is to have the app configurable with a "theme" concept. So the way the app appears depends on a variable that is on the server of the particular instance. This way I have a single codebase that looks different depending on what server it's running from. Will this wor

[git-users] Using GIT with multiple similar websites

2012-11-13 Thread Ugo
Hello, I'm currently running multiple websites on Magento for a worldwide company. At first it was only an US version and then an EU version, but now we're going to open one website per distributor. Basically, there could be 8 or 10 Magento websites running in the long run. The thing is that e

Re: [git-users] Using git-svn to follow a branch: detached

2012-09-27 Thread Chris Stankevitz
On Tuesday, September 25, 2012 9:00:31 PM UTC-7, Daniel P. Wright wrote: > > Hope that helped, and wasn't too long and rambly! > > Dani, Thank you for your thorough explanation. I understood the theory behind everything you said. I need to gain some experience with the git config command so th

Re: [git-users] Using git-svn to follow a branch: detached

2012-09-25 Thread Daniel P. Wright
Chris Stankevitz ( 9月25日(火)) >> > Hello, > > Please consider the attached steps which create an SVN repo and setup git > to track it. > > 1. Why do "local-newbranch" and "master" not share a common ancestor? I think the reason is that the method you've used to add the branch to git-svn treats t

[git-users] Using git-svn to follow a branch: detached

2012-09-25 Thread Chris Stankevitz
Hello, Please consider the attached steps which create an SVN repo and setup git to track it. 1. Why do "local-newbranch" and "master" not share a common ancestor? 2. How do I make them share a common ancestor? 3. Assuming (2) is possible, will I be able to rebase "master" changes onto "local

Re: [git-users] Using Git in a web development environment (specifically with Coda 2 and a web server)

2012-05-28 Thread Serge Matveenko
On Mon, May 28, 2012 at 3:57 AM, Heronymo Allen wrote: > Locally, I've got my dev folder. On the server, I set up a git repository in > the folder that contains test.domain.com, as well as another repository in > the folder that contains the domain.com files. > This means I'll have 3 repos. I can

Re: [git-users] Using Git in a web development environment (specifically with Coda 2 and a web server)

2012-05-27 Thread Heronymo Allen
Thanks for the reply. I'll give that a read, looks like some good information there. Can you tell me if this would be a correct description? Locally, I've got my dev folder. On the server, I set up a git repository in the folder that contains test.domain.com, as well as another repository in

[git-users] Using Git in a web development environment (specifically with Coda 2 and a web server)

2012-05-26 Thread Thomas Ferris Nicolaisen
Maybe the deployment tool Capistrano has some good strategies for this? https://github.com/capistrano/capistrano/wiki/ At last I'm sure they support Git. Could be overkill for your task, but maybe still a good way to learn about deployment. -- You received this message because you are subscrib

Re: [git-users] Using Git in a web development environment (specifically with Coda 2 and a web server)

2012-05-26 Thread Serge Matveenko
On Sat, May 26, 2012 at 4:08 AM, Heronymo Allen wrote: > Coda 2 can see Git just fine and the version control features are now > active. > But how do I use it with my web server? Do I need to install Git onto the > server? > Coda can track changes locally, but I don't know if it's working remotely

[git-users] Using Git in a web development environment (specifically with Coda 2 and a web server)

2012-05-25 Thread Heronymo Allen
Hi all, I just purchased Coda 2 yesterday, and I installed Git for version control. I also installed the GitHub GUI for Git. I've never used a version control mechanism and I've always done it manually. But I want to learn how to properly set up Git for a web dev environment. I've searched aro

Re: [git-users] using git for system configuration management

2010-01-11 Thread Rick DeNatale
On Mon, Jan 11, 2010 at 9:08 AM, Brett Viren wrote: > On Sun, Jan 10, 2010 at 5:30 PM, Tobias G. Pfeiffer wrote: > >> I want to use git to manage the system configuration (/etc/...) for a >> number of Linux servers in my network. > > You will want more than what git can do.  Look into using Puppe

Re: [git-users] using git for system configuration management

2010-01-11 Thread Brett Viren
On Sun, Jan 10, 2010 at 5:30 PM, Tobias G. Pfeiffer wrote: > I want to use git to manage the system configuration (/etc/...) for a > number of Linux servers in my network. You will want more than what git can do. Look into using Puppet. You can use git to manage the Puppet manifests. -Brett.

[git-users] using git for system configuration management

2010-01-11 Thread Tobias G. Pfeiffer
Hi! I want to use git to manage the system configuration (/etc/...) for a number of Linux servers in my network. Right now, on every machine, /etc/ is a git repository where I locally commit after every change to config files, software upgrades etc. Now I thought that it would be great to have

[git-users] using git for system configuration management

2010-01-11 Thread Tobias G. Pfeiffer
Hi! I want to use git to manage the system configuration (/etc/...) for a number of Linux servers in my network. Right now, on every machine, /etc/ is a git repository where I locally commit after every change to config files, software upgrades etc. Now I thought that it would be great to have

[git-users] Using Git to bisect Wine

2009-12-27 Thread fester225
I'm attempting to use Git (1.6.3.3) to bisect Wine. When I ran: git bisect start, I got: fatal: invalid reference: master. How do I get rid of the error? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email