Skip to content

Just some random tools that make my work easier

License

Notifications You must be signed in to change notification settings

KevinW1/git_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Git Tools

Just some random tools that make my work easier.

Useful graph view:

git config --global alias.graph "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%n' --abbrev-commit --date=relative --branches"

Git branch tree view

git config --global alias.br '!python ~/code/git_tools/git_tools.py branch tree'
branch_no_upstream
master
    ├─ test_branch
    │   ├─ fun_branch
    │   └─ test_two
    └─ test_zoo

Git flow Recursively rebases from current branch

git config --global alias.flow '!python ~/code/git_tools/git_tools.py branch flow'

About

Just some random tools that make my work easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages