Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning message when committing a deletion #14

Open
sillypog opened this issue Nov 7, 2013 · 0 comments
Open

Warning message when committing a deletion #14

sillypog opened this issue Nov 7, 2013 · 0 comments

Comments

@sillypog
Copy link

sillypog commented Nov 7, 2013

FYI, I got this message when my commit contained a deletion:

gitc commit

Retrieving branch information from gitcycle.

Transaction ID: zzfxqawxwhfnwpvgjyoz
warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal',
whose behaviour will change in Git 2.0 with respect to paths you removed.
Paths like 'app/views/facebook_promos/popup_country.html.erb' that are
removed from your working tree are ignored with this version of Git.

  • 'git add --ignore-removal ', which is the current default,
    ignores paths you removed from your working tree.
  • 'git add --all ' will let you also record the removals.

Run 'git status' to check the paths you removed from your working tree.

[rc-13830-conversion-promo-admin 5cc0452] International pages share route/view and take precendence. [#13830] Conversion: promo admin not working for league/swagger pages
6 files changed, 28 insertions(+), 37 deletions(-)
delete mode 100644 app/views/facebook_promos/popup_country.html.erb

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

No branches or pull requests

1 participant