Staging & committing a portion of a new file with git
Today I found myself wanting to merge a brand new file upstream, with way too many brand new dependencies in tow. I wasn't ready to include »
Today I found myself wanting to merge a brand new file upstream, with way too many brand new dependencies in tow. I wasn't ready to include »
You can enable syntax highlighting in git's terminal output using a global git configuration: git config --global color.ui true This covers pretty much everything from »