<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>github - Tag - Abdullah Khabir</title>
        <link>https://abdullah.today/tags/github/</link>
        <description>github - Tag - Abdullah Khabir</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>abdullah@abdullah.today (Abdullah Khabir)</managingEditor>
            <webMaster>abdullah@abdullah.today (Abdullah Khabir)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 21 Jun 2022 18:07:52 &#43;0500</lastBuildDate><atom:link href="https://abdullah.today/tags/github/" rel="self" type="application/rss+xml" /><item>
    <title>Trigger a Jenkins Build on Every Code Push Event</title>
    <link>https://abdullah.today/trigger-a-jenkins-build-on-every-code-push-event/</link>
    <pubDate>Tue, 21 Jun 2022 18:07:52 &#43;0500</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/trigger-a-jenkins-build-on-every-code-push-event/</guid>
    <description><![CDATA[Configure GitHub project Go to your GitHub repository settings and click on Webhooks. Click on add a webhook.
In payload URL, add your jenkins installation URL + &lsquo;/github-webhook/&rsquo;. For example if my jenkins is running at https://jenkins.example.com:8080, I&rsquo;ll add https://jenkins.example.com:8080/github-webhook/. Disable SSL verification. Select send me everything or you can select only push events. and lastly check the box which says Active.
Configure Jenkins project Go to your jenkins project configuration.]]></description>
</item><item>
    <title>How to include a screenshot in Github README</title>
    <link>https://abdullah.today/github-readme/</link>
    <pubDate>Mon, 11 May 2020 00:00:00 &#43;0000</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/github-readme/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/readme.jpeg" referrerpolicy="no-referrer">
            </div>A picture is worth 1000 words. Working with github repos, sometimes you want to include a screenshot in your repos. Today I&rsquo;ll help you getting this done in one step.
Go to your repo page and click on issues.
Click new issue
Take a screenshot you wanna add and paste it there using Control + V or whatever you like.
You will get a link once the screenshot is uploaded. Just copy it and paste it in your README.]]></description>
</item><item>
    <title>Create/paste snippets from Terminal</title>
    <link>https://abdullah.today/gists/</link>
    <pubDate>Thu, 07 May 2020 00:00:00 &#43;0000</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/gists/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/gists.jpeg" referrerpolicy="no-referrer">
            </div>What&rsquo;s snippet/gist? gist is a piece of code or maybe some important text shared on Github or Gitlab. It&rsquo;s actually a git repository so you can clone it, work on it locally and push changes.
Share gists from Terminal There are multiple programs available in many distributions for this purpose. You just have to find it. On Arch Linux, you can install gist.
Here is how it works in terminal.]]></description>
</item><item>
    <title>How to contribute to open source project</title>
    <link>https://abdullah.today/contribution-with-git/</link>
    <pubDate>Wed, 12 Feb 2020 00:00:00 &#43;0000</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/contribution-with-git/</guid>
    <description><![CDATA[So you want to contribute to some open source project which is hosted on git[hub,lab] or some other git website. Here is all you want to do.
Fork the repository Create a personal fork. On github, visit the project repository and hit fork. It will fork the project in your personal account.
Clone it Clone it in your local machine so you can work on it. Remember you are cloning the fork, and not the original project.]]></description>
</item></channel>
</rss>
