fix(add all): Change dot for dash A on git add
This change must prevent that someone create a new commit inside a
directory, the git add . only adds the current directory, git add -A
adds all the files in the repository
Sorry for the embarrassing-late review, did you have any issue with this? If so I'll rather add a new flag rather than introducing a BC to the package, what do you think?
That sounds good, how could you name it?, the only thing that I say is that --all and -a we wait to stage all and if we run git add. only adds the directory so we spect to have all the files but only the actual dir is added
what do you think about --all-repo and -ar? 🤔
That looks good 💯