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/cacw6n4uqkgkewcou6uzyf2yb05zx03dj4n-zdhnnv_g2fz3...@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.

