Robbie Cannings

An online space to store my technical observations, learnings and anything which may help me or others in the future.

twitter linkedin youtube
Blog Logo
  • About
  • Blog
  • My Services
  • Twitter
  • LinkedIn
  • Email
All tags
    10 Oct 2018

    Combine git commits

    When working on code, it is common to push many (even dozens or hundreds) whilst testing, particularly if the CI workflow is triggered by a post commit hook on the git server. This is fine before a feature is released, however it is not desirable to have a large number…

    10 Oct 2018 Read More
    • git
    • linux

    16 May 2017

    Resolving git submodule path problems

    Clone a repo containing submodules In this example I'll clone the terraform-docker-registry repo. The repo contains a few submodules, although the paths (on the git server) have changed, therefore a clone fails. [user@linux_workstation ~]$ git clone -c http.sslVerify=false --recursive ssh://git@git:7999/myproject/terraform-docker-registry.git Cloning…

    16 May 2017 Read More
    • linux
    • git

    Load more posts
    Subscribe!
    Blog Logo
    All content copyright Robbie Cannings © 2021 • All rights reserved.
    Proudly published with Ghost