• strict warning: Non-static method view::load() should not be called statically in /drupal/sites/all/modules/views/views.module on line 906.
  • strict warning: Declaration of views_handler_argument::init() should be compatible with views_handler::init(&$view, $options) in /drupal/sites/all/modules/views/handlers/views_handler_argument.inc on line 0.
  • strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /drupal/sites/all/modules/views/handlers/views_handler_filter.inc on line 0.
  • strict warning: Declaration of views_handler_filter::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in /drupal/sites/all/modules/views/handlers/views_handler_filter.inc on line 0.
  • strict warning: Declaration of views_handler_filter_boolean_operator::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in /drupal/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 0.

Revert lost data with 'git reflog'

Welcome,

Probably most of persons working with Git version control had a situation when they accidentally removed commit or reset files which should be added into changeset or somehow broken rebase process. Now the question is - how to revert move?

You can always revert your previous files state using reflog (if you added them to the commit). Reflog stores all operations executed on all of git branches existing in your repository.

Example reflog could look like the following:


$ git reflog
206e6dd HEAD@{0}: rebase finished: returning to refs/heads/dd

Test Code Prettify by Google

Hello, please ignore this post. It is just to test code Google Code Prettify. Ok, so in the next line there should be some code:

(function(root){
  var p = 4;
  var x = function(z) {
    alert('x' + z);
  }
  x(p);
})(window);

How it looks?

Welcome

Greetings dear guests! I've just started this blog. It will include various topics which I would like to share / discuss with you.