Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
git
.
Show all posts
Showing posts with label
git
.
Show all posts
Friday, 10 May 2019
Adding only untracked files in Git repo using Powershell
›
Are you a .NET developer mainly still use Windows OS and use Powershell and not Git bash for example ? The following procedure can be foll...
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, 22 November 2018
Displaying branch history in Git
›
I desired to have an easy branch log today. The following alias commands makes this easier. These go under the [alias] section in the .gitco...
2 comments:
Sunday, 4 November 2018
Closing branches in Git
›
Git unlike Mercurial has no builtin support for closing branches. This leads to a proliferation of branches and running git branch -a to vi...
2 comments:
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