Posts tagged 'git' Page 1 of 1

Git Dates

Git commits store two dates: the author date and the committer date. The author date refers to the initial date the commit was first created by the original author. The committer date will be upda...

Vim Plugins: Fugitive

Fugitive is awesome, but incredibly complicated! Use :help fugitive within vim (when the fugitive plugin is installed) for comprehensive documentation. You can also type g? during an interactive c...

Git Merge Conflicts

Git Diff Highlighting Git now comes with a useful diff highlighter that highlights both the line and word level changes to files. When using git add -p the specified script in the interactive.diff...

Git Notes

See git flight rules for useful, detailed notes. My notes here are things I like to remind myself of regularly. You will recognise many of them, but look carefully for some useful tips! Logs git ...