in = "!git log $(git rev-parse --abbrev-ref HEAD)..origin/master"
pull = pull --ff-only
merge = merge --ff-only
re = remote -v
# Show files ignored by git:
ign = ls-files -o -i --exclude-standard
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.