Skip to content

seasoned-code/git-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

git-configuration

Carry my own git configuration where ever I go! Run the following commands to get the new environment up and running.

aliases

git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen[%ai](%ar) %C(bold blue)<%an>%Creset' --abbrev-commit"
git config --global alias.ls "diff-tree --no-commit-id --name-only -r"
git config --global alias.rl "reflog --date=iso"
git config --global alias.aliases "! git config --get-regexp ^alias\. | sed -e s/^alias\.// -e s/\ /\ =\ /"
git config --global alias.cpnc "cherry-pick --no-commit"
git config --global alias.confs "branch -l *conf*"

resources

https://devhints.io/git-log

About

Carry my own git configuration where ever I go!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors