Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
"...db/functionObjects/writeLocalObjects/writeLocalObjects.H" did not exist on "656d921b2cec52a57b6a9e093e161567641dbf0a"
Changes
Page history
SCRIPTS: addition of some git-related scripts
authored
Apr 06, 2023
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
coding/scripts/scripts.md
0 → 100644
View page @
89c3ee74
<!-- --- title: Miscellaneous Scripts -->
[

](/home)
A small collection of scripts that may be helpful with git workflows
etc.
> Provided WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
Scripts:
-
[
git-find
](
/coding/scripts/git-find
)
<br>
grep through the
`git ls-files`
results for specified filenames.
-
[
git-ls-modified
](
/coding/scripts/git-ls-modified
)
<br>
list modified files (changed but not updated) that are tracked by git.
-
[
git-ls-what
](
/coding/scripts/git-ls-what
)
<br>
list files added/modified at given commit.
Uses
`git whatchanged`
for its information
-
[
shell-functions
](
/coding/scripts/shell-functions
)
<br>
some aliases and shell functions when working with OpenFOAM
----
Copyright (C) 2023 OpenCFD Ltd.