From 0afbfaee75e8480e8e0ed0a3bbd3749a4756f727 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 10 Sep 2010 23:25:10 +0200 Subject: initial import --- _posts/2010-02-03-sd-and-github.textile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create 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 new file mode 100644 index 0000000..c95c008 --- /dev/null +++ b/_posts/2010-02-03-sd-and-github.textile @@ -0,0 +1,20 @@ +--- +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