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

restful_authentication as submodule "dirty" #39

Open
alexandre-mbm opened this issue Mar 5, 2014 · 1 comment
Open

restful_authentication as submodule "dirty" #39

alexandre-mbm opened this issue Mar 5, 2014 · 1 comment

Comments

@alexandre-mbm
Copy link

Git complains:

#   modified:   vendor/plugins/restful_authentication (new commits)

See "How to ignore changes in git submodules" or here.

@alexandre-mbm
Copy link
Author

I found the solution:

rm -rf vendor/plugins/restful_authentication/
git submodule init
git submodule update

With a .gitmodules:

[submodule "vendor/plugins/restful_authentication"]
    path = vendor/plugins/restful_authentication
    url = git://github.com/technoweenie/restful-authentication.git
    ignore = dirty

"ignore" can be : untracked, dirty or all.

Do I add a commit in the pull request #40? And so I could let the README.md corrected.

To get submodules automatically (ref):

git clone --recursive

Hi, @johnmckerrell!

Do you will accept the three pull requests that already exist?

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