Tag Archives: git

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 … Continue reading
Posted in English Content, Knowledgebase | Tagged , | Comments Off on Git Hooks: pre-commit.com

Git Servers for your very secret projects

Hosting a Git repository can be a strong need if you want to keep your projects outside the cloud providers. Keep in mind security offered by GitHub, GitLab and Cloud providers like AWS, MS-Azure, etc are damn good (often offering … Continue reading
Posted in DevOps, English Content, IT Featured | Tagged | Comments Off on Git Servers for your very secret projects

Git tips 2022

Git Summary and more! Git extras package add some nice commands to git, like git summary, which give you some insights on commit stats  
Posted in English Content | Tagged | Comments Off on Git tips 2022

Removing sensitive data from your github repo ex-post

As you know, sometime Internet is a bad place (and not, I am not talking about Facebook :) There are “bots” which scans github repo in search of an AWS Keys or other similar api keys, mostly for installing spam … Continue reading
Posted in English Content | Tagged , , , , | Comments Off on Removing sensitive data from your github repo ex-post

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 … Continue reading
Posted in English Content, IT Featured, Knowledgebase | Tagged , | Comments Off on Git History Squash for fun and profit

And Microsoft Buys GitHub

An year ago, we discovered MSWindows was developed on Git as revision control System On this week, Microsoft decided to buy GitHub. I suppose they had a tons on projects on GitHub platform already! By the way, GitLab (the first competitor) now … Continue reading
Posted in English Content, Humor, IT Featured | Tagged , , , | Comments Off on And Microsoft Buys GitHub

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! You can leave them with the old-as-your-grandpa subversion system, but … Continue reading
Posted in English Content, Knowledgebase | Tagged , , | Comments Off on Get rid of SVN under Windows