[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
pushall = !git remote | xargs -L1 git push --all
pushalltags = !git remote | xargs -L1 git push --tags
fetchall = !git fetch --all --tags
squash-all = "!f(){ git reset $(git commit-tree HEAD^{tree} \"${1:-}\");};f"
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = true
[user]
name = Daniel Abrantes
email = daniel.abrantes@gmail.com
[diff]
tool = meld
[merge]
tool = meld
[format]
pretty = oneline
[push]
default = simple
Wednesday, May 08, 2019
.gitconfig
Subscribe to:
Post Comments (Atom)
What's the quickest way to find duplicated files?
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage
-
sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...
-
sudo -u www-data /usr/local/bin/composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
No comments:
Post a Comment