diff options
author | Victor Häggqvist <[email protected]> | 2015-05-21 01:49:03 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-05-21 01:49:03 +0200 |
commit | 0ba2c677f1d1fecc872a61116ffc7cc2d60e6b23 (patch) | |
tree | e4d3b13979da99ddfc78629da628fbe9cea1d6e6 | |
parent | 690bb90b7e92bd59e8574e63484b01229c79fb87 (diff) | |
parent | af9de8da8621e99caebc81e38f12902bf82daf3f (diff) |
Merge branch 'master' of github.com:victorhaggqvist/giti
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ giti ==== -A python command line tool for getting .gitignore files.
\ No newline at end of file +A python command line tool for getting .gitignore files. Inspired by https://github.com/msfeldstein/gitignore. + +```sh +git clone https://github.com/victorhaggqvist/giti.git +``` + +#FYI +These are my first lines Python ever. |