DISQUS

DISQUS Hello! dmiessler.com | grep understanding is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

dmiessler.com | grep understanding

dmiessler.com/about/
Jump to original thread »
Author

A <code>git</code> Primer

Started by Daniel Miessler · 7 months ago

Well, more like the sanding that comes before the primer.

Intro

git is a replacement for subversion written by Linus Torvalds. It’s main goals are to be decentralized (all copies of the code are equal) and to be more simple to use — especially the mergin ... Continue reading »

3 comments

  • don't you mean 'replacement for BitKeeper' ?

  • its a .gitignore file.

  • I do not understand the difference between the .git dir and the plain dir.
    I now got my self intro trouble, as I cannot synch between my two machines.
    Both machines have both directories.
    All attempts to pull or fetch end in either:
    fatal: This operation must be run in a work tree
    or:
    Already up to date
    And the push ends in:
    fatal: 'origin': unable to chdir or not a git archive
    fatal: The remote end hung up unexpectedly

Add New Comment

Returning? Login