Git hook allow you to perform tasks when some changes happen on a git repository. To … Auto push after git commitRead more
git
Show git branch in terminal
When working with git, to avoid accidental commit to wrong branch, it will be better if … Show git branch in terminalRead more
Color git command line result
On CentOS, when i run git commands like “git status” or “git diff”, the result is … Color git command line resultRead more
Find who added a file to git repo
To find which user and when a file gets committed to a git repository, you can … Find who added a file to git repoRead more