clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

style(dotfiles): updated git workflow

sspaeti ccd7fb6e 07853537

+1 -1
+1
git/gitconfig
··· 1 1 [user] 2 2 name = sspaeti 3 + email = "simu@sspaeti.com" 3 4 [github] 4 5 user = sspaeti 5 6 [core]
-1
zsh/aliases.shrc
··· 30 30 alias gcl='git clone' 31 31 32 32 #alias ghist = log --pretty=format:\"%Cgreen%h %Creset%cd %Cblue[%cn] %Creset%s%C(yellow)%d%C(reset)\" --graph --date=relative --decorate --all 33 - alias ghist = log --pretty=format:\"%Cgreen%h %Creset%cd %Creset%s%C(yellow)%d%C(reset)\" --graph --date=relative --decorate --all 34 33 #alias gllog = log --graph --name-status --pretty=format:\"%C(red)%h %C(reset)(%cd) %C(green)%an %Creset%s %C(yellow)%d%Creset\" --date=relative 35 34 alias gopen = "!hub browse" 36 35 alias gfind = "!f() { git log --pretty=format:\"%h %cd [%cn] %s%d\" --date=relative -S'pretty' -S\"$@\" | peco | awk '{print $1}' | xargs -I {} git diff {}^ {}; }; f"