Skip to content

Instantly share code, notes, and snippets.

View edmilsonefs's full-sized avatar
🏠
Working from home

Edmilson Ferreira da Silva edmilsonefs

🏠
Working from home
View GitHub Profile
@edmilsonefs
edmilsonefs / .gitignore_global
Created September 16, 2018 12:14
~/.gitignore_global
######################################################
# Some common .gitignore configurations #
# Reference: https://gist.github.com/octocat/9257657 #
######################################################
# Compiled source #
###################
*.com
*.class
*.dll
grep -r -l '<link rel="stylesheet" href="/resources/testharness.css" />' . | grep -v \.git | xargs sed -i '' 's/<link rel="stylesheet" href="\/resources\/testharness\.css" \/>//g'

Keybase proof

I hereby claim:

  • I am edmilsonefs on github.
  • I am edmilsonefs (https://keybase.io/edmilsonefs) on keybase.
  • I have a public key whose fingerprint is DDC7 68BB AC63 F5B5 B7C3 E3E7 0A57 9FA2 87B2 D972

To claim this, I am signing this object:

#!/bin/bash
while :
do
clear
git --no-pager log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all
sleep 1
done