Skip to content

Instantly share code, notes, and snippets.

View buithehoa's full-sized avatar
🐢
Moving slowly ...

Bùi Thế Hòa buithehoa

🐢
Moving slowly ...
View GitHub Profile
npm install electron --save
git remote set-url --add --push origin git://original/repo.git
git remote set-url --add --push origin git://another/repo.git
var x = document.querySelectorAll('button.artdeco-button--secondary'); for (var i=0 ; i<x.length; i++) x[i].click();
B.new.method(:m).source_location
git stash push -u -m "stash_name"
git stash list
git stash apply stash^{/stash_name}
git stash apply stash@{n}
git difftool --dir-diff --tool=meld