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.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _posts/2010-02-03-sd-and-github.md (limited to '_posts/2010-02-03-sd-and-github.md') diff --git a/_posts/2010-02-03-sd-and-github.md b/_posts/2010-02-03-sd-and-github.md new file mode 100644 index 0000000..e090e38 --- /dev/null +++ b/_posts/2010-02-03-sd-and-github.md @@ -0,0 +1,20 @@ +--- +layout: post +summary: In which I share how to use SD with GitHub +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 sh %} +$ 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 sh %} +$ git sd clone --from github:sukria/Dancer +{% endhighlight %} + +sd will check your .gitconfig to find your credentials. -- cgit v1.2.3