Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

xbmc

Forking a sub directory of a repository on GitHub and making it part of my own repo

November 22, 2023 by Tarik

This is mostly possible with git, though it is not a typical use case, so there may be some rough edges as you do this (especially if you are new to git). The tool that we’ll use for this job is git subtree. Setting up a repository Start by cloning the whole XBMC repository. git … Read more

Categories git Tags git, git-subtree, github, repository, xbmc Leave a comment

Batch command to delete all subfolders with a specific name

April 3, 2023 by Tarik

Short answer: FOR /d /r . %%d IN (backdrops) DO @IF EXIST “%%d” rd /s /q “%%d” I got my answer from one of the countless answers to the same question on Stack Overflow: Command line tool to delete folder with a specified name recursively in Windows? This command is not tested, but I do trust … Read more

Categories batch-file Tags batch-file, window, xbmc Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa