git-split-diffs

Git Tool

January 1, 2020
Git, git-split-diffs, git-secrets, Tool

Git Tool # git-secrets # git-secrets scans a git repository, finds credential information and prevents them from being committed. References # https://github.com/awslabs/git-secrets https://blog.katsubemakito.net/git/git-secrets Install # macOS $ brew install git-secrets $ git clone https://github.com/awslabs/git-secrets.git $ cd git-secrets $ make install Basic usage # Set git-secrets to a git repository $ git init $ git secrets --install Check commit history $ git secrets --scan-history For AWS $ git secrets --register-aws git-split-diffs # Display the results of the git diff command side by side like GitHub. ...