Skip to content

Instantly share code, notes, and snippets.

View adnasa's full-sized avatar
💐

Adnan Asani adnasa

💐
View GitHub Profile
@adnasa
adnasa / gist:6949658
Created October 12, 2013 12:45
Drupal 7 update password
drush upwd admin --password=drupal
@adnasa
adnasa / gist:6411938
Last active December 22, 2015 03:39
Git alias, baby!
[alias]
d = "diff --unified=10"
sh = "show --unified=10"
st = "status"
co = "checkout"
m = "merge"
ls = "log --pretty=format:\"%C(yellow)%h %C(blue)%ad%C(red)%d %C(reset)%s%C(green) [%cn]\" --decorate --date=short"
standup = "log --since '1 day ago' --oneline --author <[email protected]>"
br = "branch"
bra = "branch -a"