Creating an OAuth token for command-line use
HTTPS basic auth is a quick and easy solution, but it's not always the most secure. For those cases you can use OAuth instead.Create a tokenTo create a token, you must POST to...
View ArticleHubot Nedir?
Hubot bizim isteklerimizi bizlerin belirlediği komutlar ile algılayarak gerekli işleri gerçekleştiren ve bize gerektiğinde sonuçlar dönrüren bir robottur . Aslında bir yazılım olan Hubot bize büyük...
View ArticleGit Workflow
GitHub FlowAt GitHub, we do not use git-flow. We use, and always have used, a much simpler Git workflow.The main issue is that we deploy all the timeWe don’t really have “releases” because we deploy to...
View ArticleSetup Jenkins for working with a private Github repository
As I've just lost an hour and some hairs dealing with trying to setup a Jenkins project connected to a private repository hosted on Github, I thought it's worth a quick blog post. I'm using Ubuntu.So...
View ArticleBetter Integration Between Jenkins and GitHub (with the GitHub Jenkins Plugin)
OverviewJenkins (and in fact any CI systems) works best when builds are triggered after each and every commit. That provides you, the developer, with the most instant feedback possible. That, in turn,...
View ArticleGit Tools - Rewriting History
Rewriting HistoryMany times, when working with Git, you may want to revise your commit history for some reason. One of the great things about Git is that it allows you to make decisions at the last...
View Article