Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 762 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 762 Bytes

I use SublimeMerge when I commit but rely on the CLI tool for the rest.
Git commands are sometimes weird, and I use my shell history/auto-completions abundantly to circumvent that rather than using a porcelain layer over git.

├── .config
│   └── git
│       ├── credentials.example 	# 🔏 User credentials
│       └── templates
│           └── hooks
│               └── post-checkout 	# prompt user to apply code previously stashed from target branch
└── .gitconfig

Requirements