~ RMM
Bug on GNU Stow 2/3

Bug on GNU Stow (continuation)

This is a continuation of the log entry Bug on GNU Stow 1/2

Getting some more history info

I compared diff on github of lastest version (v2.3.1) and previous major version without --dotfiles param included (v2.2.2)

Then checked some thread and files for my personal knowledge of history and vision of this project

Retrieve code to play with

I previously cloned original repo from Savannah GNU’s forge. So, in addition I forked github repo and aggregated everything on same local git project and checked INSTALL.md

$ cd ~/Devel/GNU/stow
$ git remote add aspiers git@github.com:aspiers/stow.git
$ git remote add rmonin git@github.com:rmonin/stow.git
$ git remote -v                                         
aspiers git@github.com:aspiers/stow.git (fetch)
aspiers git@github.com:aspiers/stow.git (push)
origin  https://git.savannah.gnu.org/git/stow.git/ (fetch)
origin  https://git.savannah.gnu.org/git/stow.git/ (push)
rmonin  git@github.com:rmonin/stow.git (fetch)
rmonin  git@github.com:rmonin/stow.git (push)