open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
馃寪
English Italiano
github linkedin rss
  • Get rid of SVN under Windows

    calendar Aug 4, 2015 路 1 min read
     en knowledgebase  路 git subversion
     路
    Share on: twitter facebook linkedin copy
    Get rid of SVN under Windows

    Another subversion repository

    Wellcome in 2002 subversion users!

    Some very old and stable customers has just discovered Subversion. Bad luck: a lot of cool 聽open source software are on git already!


    Read More
  • And Microsoft Buys GitHub

    calendar Jun 8, 2018 路 1 min read
     en featured humor  路 git github relax
     路
    Share on: twitter facebook linkedin copy

    An year ago, we discovered MSWindows was developed on Git as revision control System


    Read More
  • Git History Squash for fun and profit

    calendar Dec 12, 2019 路 2 min read
     en featured knowledgebase  路 git
     路
    Share on: twitter facebook linkedin copy
    Git History Squash for fun and profit

    Suppose you are developing a boring Jenkins pipline (like Jenkinsfile-s) with no time at all.

    You are forced to commit and then run the jenkins pipeline. Jenkins download the code from your LOCAL repository.

    To avoid commit& push roundtrip you are using the simple git daemon command to expose your local repository to jenkins. So jenkins see every commit you has just done.

    And you end up doing a lot of commits, full of trial and errors: you would like to “squash” them before pushing your work to your remote repository, to avoid co-worker laugh your wasted time(!)

    Git can do that, but I have an hard time to find the easier way of doing it, even reading git books!

    So let me explain to you:


    Read More
  • Removing sensitive data from your github repo ex-post

    calendar Nov 11, 2021 路 1 min read
     en  路 fix git github security
     路
    Share on: twitter facebook linkedin copy

    As you know, sometime Internet is a bad place (and not, I am not talking about Facebook :)


    Read More
  • Git tips 2022

    calendar Apr 2, 2022 路 1 min read
     en  路 git
     路
    Share on: twitter facebook linkedin copy

    Git Summary and more!

    Git extras package add some nice commands to git, like聽git summary, which give you some insights on commit stats


    Read More
  • Git Servers for your very secret projects

    calendar Jun 7, 2022 路 1 min read
     devops en featured  路 git
     路
    Share on: twitter facebook linkedin copy

    Hosting a Git repository can be a strong need if you want to keep your projects outside the cloud providers.


    Read More
  • Git Hooks: pre-commit.com

    calendar Oct 15, 2022 路 1 min read
     en knowledgebase  路 git
     路
    Share on: twitter facebook linkedin copy
    Git Hooks: pre-commit.com

    Nice tool to test:

    Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues in code such as missing semicolons, trailing whitespace, and debug statements. By pointing these issues out before code review, this allows a code reviewer to focus on the architecture of a change while not wasting time with trivial style nitpicks.

    As we created more libraries and projects we recognized that sharing our pre-commit hooks across projects is painful. We copied and pasted unwieldy bash scripts from project to project and had to manually change the hooks to work for different project structures.


    Read More
  • Create your changelogs in a professional way

    calendar Oct 4, 2023 路 1 min read
     automation en  路 git
     路
    Share on: twitter facebook linkedin copy

    I love the super professional Changelogs you see in a lot of open source project.


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Giovanni Giorgi

Master Solution Architect, father and free spirit.
Read More

Recent Posts

  • Interludio sul value investing
  • Anubis: DDos Protection
  • KarmaKit and Watchtower
  • FatLama for GenAI: The comeback!

Latest comments

    Disclaimer

    Gioorgi is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon.com, audible.com, and any other website that may be affiliated with Amazon Service LLC Associates Program. As an Amazon Associate we earn from qualifying purchases.
    Last updated:2025-05-30 02:00
    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top