Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Wiki
Coding
Scripts
scripts
Changes
Page history
New page
Templates
Clone repository
SCRIPTS: addition of some git-related scripts
authored
2 years ago
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coding/scripts/scripts.md
+29
-0
29 additions, 0 deletions
coding/scripts/scripts.md
with
29 additions
and
0 deletions
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.
This diff is collapsed.
Click to expand it.