RE: git question from a newbie

2018-06-07 Thread Heinz, Steve
5-2581 | F 516-873-2211 she...@aaanortheast.com | AAA.com It Pays to Belong. -Original Message- From: Bryan Turner Sent: Tuesday, June 05, 2018 6:29 PM To: Heinz, Steve Cc: Git Users Subject: Re: git question from a newbie On Tue, Jun 5, 2018 at 2:33 PM Heinz, Steve wrote: >

RE: git question from a newbie

2018-06-07 Thread Heinz, Steve
; git@vger.kernel.org Subject: RE: git question from a newbie On June 5, 2018 5:24 PM, Steve Heinz wrote: > I am new to Git and have read quite a few articles on it. > I am planning on setting up a remote repository on a windows 2012 R2 server > and will access it via HTTPS. > I am s

Re: git question from a newbie

2018-06-05 Thread Bryan Turner
On Tue, Jun 5, 2018 at 2:33 PM Heinz, Steve wrote: > > Hi. > > I am new to Git and have read quite a few articles on it. > I am planning on setting up a remote repository on a windows 2012 R2 server > and will access it via HTTPS. > I am setting up a local repository on my desk top (others in my

RE: git question from a newbie

2018-06-05 Thread Randall S. Becker
On June 5, 2018 5:24 PM, Steve Heinz wrote: > I am new to Git and have read quite a few articles on it. > I am planning on setting up a remote repository on a windows 2012 R2 server > and will access it via HTTPS. > I am setting up a local repository on my desk top (others in my group will do > the

git question from a newbie

2018-06-05 Thread Heinz, Steve
Hi. I am new to Git and have read quite a few articles on it. I am planning on setting up a remote repository on a windows 2012 R2 server and will access it via HTTPS. I am setting up a local repository on my desk top (others in my group will do the same). On "server1": I install Git and create

Re: Git Question

2018-03-31 Thread Taylor Blau
On Sat, Mar 31, 2018 at 09:06:53PM -0500, Mark Wartman wrote: > I saw this pretty exhaustive .gitignore list that a GitHub Help page > linked to: 9257657 . Are > these configurations from the list something one should install on the > User/global level, or

Re: Git Question

2018-03-28 Thread Taylor Blau
On Wed, Mar 28, 2018 at 08:49:19PM -0500, Mark Wartman wrote: > I am following this tutorial and I expected to only see user.name & > user.email, so what are the filters.lfs’s and the credential.helper? > Should I ignore them, or try to get rid of them? Please advise. The `filter.lfs` configurati

Git Question

2018-03-28 Thread Mark Wartman
Hello, I am currently running git version 2.10.1 (Apple Git-78). When I run git config —list: it returns credential.helper-osxkeychain filter.lfs.clean=git=lfs clean — %f filter.lfs.smudge=git-lfs smudge — %f filter.lfs.process=git-lfs filter-process filter.lfs.required=true user.name=markwart

Re: GIT Question

2016-01-22 Thread Santiago Torres
On Fri, Jan 22, 2016 at 05:22:16PM +, Draggs, Tori wrote: > I apologize, however my intent in reaching out was not to seek free of cost > help desk services. Don't worry, just use reply to all so everyone can see and chime in if they can help. > > Hi. I am able to pull up Visual Studio Code

RE: GIT Question

2016-01-22 Thread Draggs, Tori
bject: RE: GIT Question Hi Tori, please reply-to-all. I really have no time to serve as your personal, free-of-cost help desk. But I am willing to help on the mailing list. On Fri, 22 Jan 2016, Draggs, Tori wrote: > Hi. I am able to pull up Visual Studio Code. But none of my local > file

RE: GIT Question

2016-01-22 Thread Johannes Schindelin
Hi Tori, please reply-to-all. I really have no time to serve as your personal, free-of-cost help desk. But I am willing to help on the mailing list. On Fri, 22 Jan 2016, Draggs, Tori wrote: > Hi. I am able to pull up Visual Studio Code. But none of my local > files. I tried using the magnifyi

Re: GIT Question

2016-01-22 Thread Johannes Schindelin
Hi Tori, On Wed, 20 Jan 2016, Draggs, Tori wrote: > Specs: > MacBook Pro > OS X Yosemite > 2.6 GHz Intel Core i5, 8GN 1600 MHz DDR3 > > After selecting the Git option in a recent install of Visual Studio Code > 2015 for MAC, my filesystem was removed. Can you call Visual Studio Code? If so, th

GIT Question

2016-01-20 Thread Draggs, Tori
Specs: MacBook Pro OS X Yosemite 2.6 GHz Intel Core i5, 8GN 1600 MHz DDR3 After selecting the Git option in a recent install of Visual Studio Code 2015 for MAC, my filesystem was removed. I can no longer access any of the local files stored on my machine. After researching many blogs/websites t

Re: Git: Question about specific subtree usage

2014-01-12 Thread THILLOSEN Andreas
Well... submodules didn't seem to fit the job, because it seems that the sources of only one submodule at a time can be checked out. And in my case, I would need to have the sources of all submodules simultaneously. I was talking about subtrees, because I thought it could be a better tool for this

Re: Git: Question about specific subtree usage

2014-01-12 Thread Torsten Bögershausen
On 2014-01-12 01.23, THILLOSEN Andreas wrote: > Hi, > > I have a question about a specific use case for subtrees, but I'm not I feel a little bit confused: Are you talking about git submodules? And you may want to have a look at the repo tool: https://code.google.com/p/git-repo/ HTH /Torsten -

Git: Question about specific subtree usage

2014-01-11 Thread THILLOSEN Andreas
Hi, I have a question about a specific use case for subtrees, but I'm not sure if is really possible (hence my e-mail, because all my tests failed so far...) >From what I have read, subtrees are used mainly to: - Import inside a working git repository, other git repositories... it's a little like

Re: My Embarrasingly Stupid Git question....(*)

2005-08-31 Thread Junio C Hamano
Jon Loeliger <[EMAIL PROTECTED]> writes: > (*) -- I knew I didn't need to bother the list with this > question. And that as soon as I asked for external help, > the answer would become clear. Sorry to have bothered you. That's OK. As I stated before, the primary motivation that got me i