what you need to do is go to your repository and type this in your command line:
git commit --amend
Then in your text editor you can put the new commit message.
Good Luck And Happy Hacking!!!
git commit --amend
git push -f <remote> <branch>
var my_date = $('#my_birthday').datepicker();
$('#btn-clear-date').on('click', function () {
my_date.datepicker('setDate', null);
});
update users
set user_login = concat('@', user_login)
where id = 999;
ID | user_login |
999 | @john.doe |
gem install bundler
bundle --version
config.assets.debug = false
config.assets.compile = false
config.assets.digest = true
rake assets:precompile