Hacker News new | ask | show | jobs
by leif 4887 days ago

    $ git add .ssh
    $ git commit
2 comments

It's probably more like:

   $ git add .
   $ git commit

  # git add /
  # git commit -m 'omg im on the internet'
Yes but what is that key doing anywhere near the repository anyway?