You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ Here are some helpful aliases for your `~/.gitconfig`
225
225
*[git-branches](https://github.com/shurcooL/git-branches) - Prints the commit behind/ahead counts for branches.
226
226
*[git-bump](https://github.com/arrdem/git-bump) - Hook scripts to automatically bump the version file in a repository
227
227
*[git-chart](https://github.com/flashcode/gitchart) - A python script that builds charts from a git repository
228
+
*[git-cop](https://github.com/bkuhlmann/git-cop) - Enforces Git rebase workflow with consistent Git commits for a clean and easy to read/debug project history.
228
229
*[git-crypt](https://www.agwa.name/projects/git-crypt/) - Enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out.
229
230
*[git-deploy-s3](https://github.com/bradt/git-deploy-s3) - Keeps your git repo's assets in sync with Amazon S3.
230
231
*[git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
0 commit comments