Re: using git

2020-01-28 Thread Andrei POPESCU
On Ma, 28 ian 20, 14:14:05, mick crane wrote: > > I tried to do bits of programming before and kept the changes in directories > on the same machine which doesn't always seem to work if go back to it after > several months. You might want to elaborate on this if you want useful suggestions. As

Re: using git

2020-01-28 Thread john doe
On 1/28/2020 4:50 PM, mick crane wrote: > On 2020-01-28 14:13, Nate Bargmann wrote: >> * On 2020 28 Jan 07:30 -0600, mick crane wrote: >>> hello, >>> I want to install Git locally, I've cloned something before but I >>> don't know >>> much about it. >>> Before I dive into the man pages could I ask

Re: using git

2020-01-28 Thread mick crane
On 2020-01-28 14:13, Nate Bargmann wrote: * On 2020 28 Jan 07:30 -0600, mick crane wrote: hello, I want to install Git locally, I've cloned something before but I don't know much about it. Before I dive into the man pages could I ask if I need the git-daemon-run for the server bit? Have

Re: using git

2020-01-28 Thread tomas
On Tue, Jan 28, 2020 at 07:44:30AM -0700, Charles Curley wrote: > On Tue, 28 Jan 2020 14:14:05 + > mick crane wrote: > > > > Not necessarily. Describe your use case a bit more precisely. > > > > I tried to do bits of programming before and kept the changes in > > directories on the same

Re: using git

2020-01-28 Thread Charles Curley
On Tue, 28 Jan 2020 14:14:05 + mick crane wrote: > > Not necessarily. Describe your use case a bit more precisely. > > I tried to do bits of programming before and kept the changes in > directories on the same machine which doesn't always seem to work if > go back to it after several

Re: using git

2020-01-28 Thread tomas
On Tue, Jan 28, 2020 at 02:14:05PM +, mick crane wrote: > On 2020-01-28 13:47, to...@tuxteam.de wrote: > >On Tue, Jan 28, 2020 at 01:29:10PM +, mick crane wrote: > >>hello, > >>I want to install Git locally, I've cloned something before but I > >>don't know much about it. > >>Before I dive

Re: using git

2020-01-28 Thread Greg Wooledge
On Tue, Jan 28, 2020 at 08:13:39AM -0600, Nate Bargmann wrote: > Have you taken a look at this book: https://git-scm.com/book/en/v2 > > I still refer to it when doing something I don't do often enough to > recall the exact syntax. +1. I have the "basic branching and merging" chapter

Re: using git

2020-01-28 Thread mick crane
On 2020-01-28 13:47, to...@tuxteam.de wrote: On Tue, Jan 28, 2020 at 01:29:10PM +, mick crane wrote: hello, I want to install Git locally, I've cloned something before but I don't know much about it. Before I dive into the man pages could I ask if I need the git-daemon-run for the server

Re: using git

2020-01-28 Thread Nate Bargmann
* On 2020 28 Jan 07:30 -0600, mick crane wrote: > hello, > I want to install Git locally, I've cloned something before but I don't know > much about it. > Before I dive into the man pages could I ask if I need the git-daemon-run > for the server bit? Have you taken a look at this book:

Re: using git

2020-01-28 Thread tomas
On Tue, Jan 28, 2020 at 01:29:10PM +, mick crane wrote: > hello, > I want to install Git locally, I've cloned something before but I > don't know much about it. > Before I dive into the man pages could I ask if I need the > git-daemon-run for the server bit? Not necessarily. Describe your use

using git

2020-01-28 Thread mick crane
hello, I want to install Git locally, I've cloned something before but I don't know much about it. Before I dive into the man pages could I ask if I need the git-daemon-run for the server bit? mick -- Key ID4BFEBB31

Re: using git locally

2019-05-17 Thread mick crane
On 2019-05-17 15:59, Eduardo M KALINOWSKI wrote: On 17/05/2019 11:31, mick crane wrote: well that seems to work "git clone myserver:/path_to_git_repository" whereas "git remote add origin myserver:/path_to_git_repository" fatal: not a git repository (or any of the parent directories): .git

Re: using git locally

2019-05-17 Thread Jude DaShiell
Fri, 17 May 2019 10:59:36 > From: Eduardo M KALINOWSKI > To: debian-user@lists.debian.org > Subject: Re: using git locally > Resent-Date: Fri, 17 May 2019 14:59:53 + (UTC) > Resent-From: debian-user@lists.debian.org > > On 17/05/2019 11:31, mick crane wrote: > > we

Re: using git locally

2019-05-17 Thread mick crane
On 2019-05-17 15:05, Brad Rogers wrote: On Fri, 17 May 2019 14:36:36 +0100 thanks -- Key ID4BFEBB31

Re: using git locally

2019-05-17 Thread Eduardo M KALINOWSKI
On 17/05/2019 11:31, mick crane wrote: > well that seems to work > "git clone myserver:/path_to_git_repository" > whereas > "git remote add origin myserver:/path_to_git_repository" > fatal: not a git repository (or any of the parent directories): .git > > probably I can worry about that later at

Re: using git locally

2019-05-17 Thread mick crane
On 2019-05-17 14:56, Greg Wooledge wrote: If you really *did* create a git repository on a remote server, and you want to clone it onto your local PC, you use a "git clone" command. Something like: git clone my.server:/whatever.git well that seems to work "git clone

Re: using git locally

2019-05-17 Thread Brad Rogers
On Fri, 17 May 2019 14:36:36 +0100 mick crane wrote: Hello mick, >Is it ssh:// that is wrong or I've failed to get the syntax right for >git ? I'm no expert on git, so ask me questions - I probably won't be able to answer them anyway. :-) That said, this might help:-

Re: using git locally

2019-05-17 Thread Greg Wooledge
On Fri, May 17, 2019 at 02:36:36PM +0100, mick crane wrote: > Because I am always making mistakes I thought, if it's not too hard, to see > about using git locally. If that is literally all you want to do, then you don't need to set up a "repository". You have your

using git locally

2019-05-17 Thread mick crane
hello, Because I am always making mistakes I thought, if it's not too hard, to see about using git locally. I made a git repository for project following destructions https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively but I'm having bother accessing it remotely. I can

Re: Finding kernel modication that caused the boot failure using git-bisect?

2011-01-13 Thread Tech Geek
Never mind. Found it in one of the Linus' post on LKML.

Finding kernel modication that caused the boot failure using git-bisect?

2011-01-11 Thread Tech Geek
Back in the days when Debian repo had the linux-image-2.6.30-bpo.2-686_2.6.30-8~bpo50+2_i386.deb kernel, I had installed on my PC. Now I have installed the current kernel package from lenny-backports -- linux-image-2.6.32-bpo.5-686_2.6.32-29~bpo50+1_i386.deb. The problem is that the old 2.6.30

OT: Using git shallow checkouts

2008-11-13 Thread T o n g
Hi, The git's shallow checkouts feature enables people to download the latest version of the repository without downloading all the history. It is adequate if you are only interested in the recent history of a large project with a long history, and would want to send in fixes as patches.

Solved: Using git shallow checkouts

2008-11-13 Thread T o n g
On Thu, 13 Nov 2008 22:15:08 +, T o n g wrote: Hi, The git's shallow checkouts feature enables people to download the latest version of the repository without downloading all the history. It is adequate if you are only interested in the recent history of a large project with a long