From 8ddf2e94df70707b458528a437759b96046d3e01 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 26 Nov 2013 10:36:10 -0800 Subject: Huge update. Moved all posts from textile to markdown. Updated all the CSS and styles. Added a new page for the resume. --- _posts/2010-02-03-sd-and-github.textile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 _posts/2010-02-03-sd-and-github.textile (limited to '_posts/2010-02-03-sd-and-github.textile') diff --git a/_posts/2010-02-03-sd-and-github.textile b/_posts/2010-02-03-sd-and-github.textile deleted file mode 100644 index c95c008..0000000 --- a/_posts/2010-02-03-sd-and-github.textile +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: post -category: app -title: SD and github ---- - -If you are using the version of SD hosted on github, you can now clone and pull issues very easily. First, - -{% highlight bash %} -$ git config --global github.user franckcuny -$ git config --global github.token myapitoken -{% endhighlight %} - -This will set in your .gitconfig your github username and api token. Now, when you clone or pull some issues using sd: - -{% highlight bash %} -$ git sd clone --from github:sukria/Dancer -{% endhighlight %} - -sd will check your .gitconfig to find your credentials. -- cgit v1.2.3