Skip to content

Conversation

AdGARAY
Copy link
Contributor

@AdGARAY AdGARAY commented Oct 12, 2020

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

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
@damianopetrungaro
Copy link
Member

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?

@AdGARAY
Copy link
Contributor Author

AdGARAY commented Dec 18, 2020

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

@damianopetrungaro
Copy link
Member

what do you think about --all-repo and -ar? 🤔

@AdGARAY
Copy link
Contributor Author

AdGARAY commented Dec 18, 2020

That looks good 💯

@AdGARAY AdGARAY closed this by deleting the head repository Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants