#! /bin/sh

# For the first time only!
#~ git init
#~ git remote add origin https://github.com/ddmitov/DBD-SQLeet.git

git add inc
git add lib
git add t
git add xt

git add *.h
git add *.c
git add *.inc

git add *.json

git add Changes
git add Makefile.PL
git add LICENSE
git add MANIFEST
git add MANIFEST.SKIP
git add META.yml
git add README
git add SQLeet.xs
git add typemap

git add .gitignore

#~ git rm --cached -r dir
#~ git rm --cached .travis.yml

git commit -m 'documentation update'
git pull https://github.com/ddmitov/DBD-SQLeet.git
git push -u origin master
