Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 10, 2024
1 parent 56d9ebf commit ebce40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ See also [Knowledge Base notes for Hadoop](https://github.com/HariSekhon/Knowled

- `git/*.sh` - [Git](https://git-scm.com/) scripts:
- `precommit_run_changed_files.sh` - runs pre-commit on all files changed on the current branch vs the default branch. Useful to reproduce `pre-commit` checks that are failing in pull requests to get your PRs to pass
- `git_diff_commit.sh` - runs git diff and commit with a generic `updated $filename` commit message for each file in the files or directories given, or `$PWD` if none given. Super convenient for fast commits on command line, and in vim and IDEs via hotkeys
- `git_diff_commit.sh` - runs git diff and commit with a generic `updated $filename` commit message for each file in the files or directories given if they have changed, or all committed files under `$PWD` if no args are given. Super convenient for fast commits on the command line, and in vim and IDEs via hotkeys
- `git_branch_delete_squash_merged.sh` - carefully detects if a squash merged branch you want to delete has no changes with the default trunk branch before deleting it.
See [Squash Merges](https://github.com/HariSekhon/Knowledge-Base/blob/main/git.md#squash-merges-require-force-deleting-branches) in knowledge-base about why this is necessary.
- `git_foreach_branch.sh` - executes a command on all branches (useful in heavily version branched repos like in my [Dockerfiles](https://github.com/HariSekhon/Dockerfiles) repo)
Expand Down

0 comments on commit ebce40b

Please # to comment.