• Recent
  • Archive
  • Other 🇳🇱
  • About
Erik Winter A Dutch sotware developer who likes open source, literature, music and a bunch of other things.
  • Basic Git Submodule Commands

    December 5, 2020

    Submodules are the built in way of Git to work on a project that contain multiple repositories. To be more precise: if you have a repository and you want to have the files of another repository available in a subfolder, you add that other repository as a submodule. This could be useful for pulling in...

  • Some Git Commands

    January 3, 2020

    Fetch that includes the removal of remote branches...