Skip to content

Instantly share code, notes, and snippets.

View AsheTM's full-sized avatar
💪

Haitham DAWOUD AsheTM

💪
View GitHub Profile
@AsheTM
AsheTM / .gitconfig
Last active July 18, 2022 15:51
Git Configuration
[alias]
all-alias = !git config -l | grep ^alias\\.
# Configuration
esc = 'config --system -e'
egc = 'config --global -e'
elc = 'config --local -e'
# Log section
adog = log --all --decorate --oneline --graph
dog = log --decorate --oneline --graph
info = log --graph --date=relative --pretty=tformat:'%Cblue%h%Creset %m%C(auto)%d%Creset %s - %Cgreen(%an %ad)%Creset'
@import url('https://gist.githubusercontent.com/AsheTM/ad670498a605005d6ea4aadf97f737f7/raw/b88e6384e30a2ebb9894efe50ceb1f219b27370c/_functions.scss');
@import url('https://gist.githubusercontent.com/AsheTM/a1c90eb447ceec90bf54c0930d122e2b/raw/85398af3a1d28807bd26a27342713d1b5864bace/_responsive.scss');
@import url('https://gist.githubusercontent.com/AsheTM/61dba876064b4155b83112c5a45a9af3/raw/3dda85566657d8574e4edf9e2477ec87ed36dc07/_mixins.scss');