Pages

Wednesday, October 18, 2017

Reminder : GIT DEBUG mode


My push to a remote repository doesn't work.To identify the issue, I used the following :


GIT_TRACE=2 GIT_CURL_VERBOSE=1 git push -v --set-upstream origin mybranch


Thanks to https://devopshero.wordpress.com/2013/06/19/git-trick-git_trace-1/

No comments:

Post a Comment

How to add internationalization to your android application ?

  Configure your project First, you need to add the following configuration in your file build.gradle (Module : app) : android { ..... andr...