Re: [git-users] New to Git (and programming in general)

2015-09-10 Thread Delbert Legg
I appreciate the patience to reply, even though I realize now that this is the incorrect forum. I spent quite a bit of time reading resources about "what" to do when starting off (i.e., contributing to open source) but when I set out to do it, I realized I had no idea "how" to do it, even with

Re: [git-users] Rebase ... I am completely confused

2015-09-10 Thread Michael
> > I don't understand this last statement. Perhaps a graph showing the > arrangement may help de-confuse which are 'off of' and which are 'on to'. Sure; how to generate that graph? --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are sub

Re: [git-users] New to Git (and programming in general)

2015-09-10 Thread Gergely Polonkai
Hello, although I feel this a bit off-topic, but here are my two cents. Just like Philip said, find projects that interest you. Not just from the making side, but from using it. If you like cooking, look for an app that can store your recipes. Maybe you don't hate your previous job and you will f

[git-users] Re: How to get install bits

2015-09-10 Thread Gary Foster
That is a good question. We basically want an on-site repository (Windows) for our Visual Studio code and some other tools we use. I'll have to research the different versions. Gary On Thursday, September 10, 2015 at 1:09:09 PM UTC-7, Gary Foster wrote: > > Hello, > > I work for a large compan

Re: [git-users] Rebase ... I am completely confused

2015-09-10 Thread Philip Oakley
From: "Michael" Sent: Sunday, September 06, 2015 1:40 AM [This is possibly a bit late now..] On 2015-09-05, at 5:27 PM, Michael wrote: Ok, first question: Why does git rebase --onto HEAD RemoveDebugSpam not work? It results in no change -- it does not move "RemoveDebugSpam" to the curren

Re: [git-users] How to get install bits

2015-09-10 Thread Magnus Therning
On Thu, Sep 10, 2015 at 01:09:09PM -0700, Gary Foster wrote: > Hello, > > I work for a large company and our firewalls won't allow for the > downloads attempted after the initial installer is executed. > > How can we get a package with all the bits required for the install? I'm guessing this que

Re: [git-users] Treat merges as squashed commits in git log/git blame/gitk etc

2015-09-10 Thread Philip Oakley
- Original Message - From: Philip Oakley To: git-users@googlegroups.com Sent: Thursday, September 10, 2015 8:48 AM Subject: Re: [git-users] Treat merges as squashed commits in git log/git blame/gitk etc - Original Message - From: Stephen Connolly To: Git

Re: [git-users] New to Git (and programming in general)

2015-09-10 Thread Delbert Legg
Fantastic...thanks so much for the feedback! Not much of an ego here, so to be honest I'd prefer a group that would beat me up if it meant that I improved in the process, right? Thanks again! On Thursday, September 10, 2015 at 3:52:57 PM UTC-4, Philip Oakley wrote: > > - Original Message --

[git-users] How to get install bits

2015-09-10 Thread Gary Foster
Hello, I work for a large company and our firewalls won't allow for the downloads attempted after the initial installer is executed. How can we get a package with all the bits required for the install? Thank you! Gary -- You received this message because you are subscribed to the Google Group

Re: [git-users] New to Git (and programming in general)

2015-09-10 Thread Philip Oakley
- Original Message - From: Delbert Legg To: Git for human beings Sent: Thursday, September 10, 2015 12:46 PM Subject: [git-users] New to Git (and programming in general) Hey all...recently embarking on a career change (from management in the energy sector to computer science

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 11:34:32 -0700 (PDT) pozzu...@gmail.com wrote: > > The simplest solution I can think of, which does not involve any > > tools outside of Git (well, almost), is using the lesser-known fact > > Git's object database is able to store arbitrary data -- not > > necessarily bound to

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread pozzugno
Il giorno giovedì 10 settembre 2015 15:04:52 UTC+2, Konstantin Khomoutov ha scritto: > > The simplest solution I can think of, which does not involve any tools > outside of Git (well, almost), is using the lesser-known fact Git's > object database is able to store arbitrary data -- not necessari

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 16:04:43 +0300 Konstantin Khomoutov wrote: [...] > The basic idea is like this: once the release build is done, you > > 1) Archive the necessary binary files (that's really > platform-dependent: on Windows, I'd use plain zip, on POSIX systems, > tar + gz or tar + xz or 7zip i

[git-users] Test

2015-09-10 Thread lei yang
-- 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-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 13:37:32 +0200 Gergely Polonkai wrote: [...] > [1] https://github.com/jedbrown/git-fat > [2] https://github.com/alebedev/git-media > [3] http://www.jfrog.com/artifactory/ Another two projects to possibly look at are git-annex and git-lfs. I'm sill inclined to think all of th

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread John McKown
Konstantin, Very neat. I've stored that away in my collection of gists on github. On Thu, Sep 10, 2015 at 8:04 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Thu, 10 Sep 2015 00:23:09 -0700 (PDT) > pozzu...@gmail.com wrote: > > > I'm very new to VCS and git, so I have som

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Konstantin Khomoutov
On Thu, 10 Sep 2015 00:23:09 -0700 (PDT) pozzu...@gmail.com wrote: > I'm very new to VCS and git, so I have some difficulties to use them. > > I'd like to use git for my embedded projects. I consider a must have > feature the possibility to retrieve the binary files of an old > release. In this w

[git-users] New to Git (and programming in general)

2015-09-10 Thread Delbert Legg
Hey all...recently embarking on a career change (from management in the energy sector to computer science, focusing on software development) and about six weeks away from my degree. I plan on diving back into the course material since I feel like much of it was skimmed over or I just didn't get

Re: [git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread Gergely Polonkai
Hello, Maybe with a separate binary repo. You may want to check out git-fat[1] or git-media[2], and maybe Artifactory[3] (maybe it’s a bit overkill, though, depending on the size of your project). It is highly possible there are other tools, these are the ones I know. Best, Gergely [1] https://g

Re: [git-users] Treat merges as squashed commits in git log/git blame/gitk etc

2015-09-10 Thread Philip Oakley
- Original Message - From: Stephen Connolly To: Git for human beings Sent: Wednesday, September 09, 2015 9:56 AM Subject: [git-users] Treat merges as squashed commits in git log/git blame/gitk etc Hi, At my work and on some of the open source communities that I contribut

[git-users] How to use git to save output binary files for certain tags (production releases)

2015-09-10 Thread pozzugno
I'm very new to VCS and git, so I have some difficulties to use them. I'd like to use git for my embedded projects. I consider a must have feature the possibility to retrieve the binary files of an old release. In this way, I can reprogram a real device with EXACTLY the same binary after some