Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
bash
.
Show all posts
Showing posts with label
bash
.
Show all posts
Monday, 20 February 2023
Running eclint locally in development environment
›
If you have come accross eclint in Azure Devops or in other scenarios, you might want to run this in local development instead to get your ...
Friday, 29 March 2019
Quickly search your Git log using wildcards and shell function
›
Imagine you got a Git repository with a long history - equivalent to log - and you want find a changeset with a comment containing a word or...
Thursday, 6 September 2018
Some handy Git tips - show latest commits and searching the log and more
›
This article will present some tips around Git and how you can add functionality for showing the latest commits and search the log. I wou...
Friday, 8 December 2017
Finding old Git Branches with WSL and Bash
›
Finding old branches in Git I had to find out which branches in a Git repository was old and output it to a file. An old branch is defined ...
›
Home
View web version