amen to that.. haven't had a chance to mess with it as internet is off as are many other things.
but when I was looking at it, you can come at it from half a dozen different ways. I am glad that the windows gui works on my desktop as it gives me the advantages of sourcesafe without the cost. my next step will be to figure out how to do my development on the ubuntu box so that I can do all of my testing/developing offline and then simply ftp the changed code. On Thu, Oct 23, 2014 at 11:30 AM, Paul McNett <[email protected]> wrote: > I think the waters get muddied by the GUI front ends. Git is a powerful > tool which takes a while to understand. Do yourself a favor and interact > with it at the command line terminal at least at first. > > > On Oct 17, 2014, at 10:49, "Virgil Bierschwale" <[email protected]> > wrote: > > > > Push is what I bet I'm missing.. > > > > Thanks Ted, > > > > Virgil > > > > > > -----Original Message----- > > From: ProFox [mailto:[email protected]] On Behalf Of Ted Roche > > Sent: Friday, October 17, 2014 12:48 PM > > To: [email protected] > > Subject: Re: [NF] Surd do miss Visual SourceSafe > > > > I wrote a book on Visual SourceSafe, but I don't miss using it every day. > > > > Git, and other distributed version control systems, work in a different > > manner than the client-server model of VSS, CVS and SVN. > > > > You have a repository locally on your machine, in the .git subdirectory, > > usually. You 'git add' and 'git commit' your changes from your working > > directories to the repository. You 'git push' changes in the local repo > to > > remote repos, which you need to configure. > > > > There are a number of different utilities to use git on Windows, like the > > GitHub tools, or TortoiseGit. Some of these change the names of the > commands > > in their gui (for example, Tortoise calls push 'sync' iirc.) I think this > > just muddies the waters. Now you have two tools to use. > > > > The Fine Manuals should help you set this up. Yell if you have questions. > > > > On Fri, Oct 17, 2014 at 10:30 AM, Virgil Bierschwale <[email protected] > > > > wrote: > > > >> https://github.com/vbierschwale/kaaw_custom > >> > >> > >> > >> What am I missing here? > >> > >> > >> > >> When I use the git gui (windows), it shows my files, etc. are > >> there/have been added. > >> > >> > >> > >> Yet when I go to that site I see nothing? > >> > >> > >> > >> Thanks, > >> > >> > >> > >> Virgil > >> > >> > >> > >> > >> > >> Virgil Bierschwale > >> > >> www.VirgilBierschwale.com > >> > >> > >> > >> Keep America At Work > >> > >> www.KeepAmericaAtWork.com > >> > >> > >> > >> Where Are The Jobs? > >> > >> http://keepamericaatwork.com/?page_id=53 > >> > >> > >> > >> > >> > >> > >> > >> --- StripMime Report -- processed MIME parts --- multipart/alternative > >> text/plain (text body -- kept) > >> text/html > >> --- [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/capuy6vmforsf_uf2w3+u9yadvtttrcpv7tdw6hwdsp8bnzo...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

