safrm/gr-scripts
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
name: git recursive directories scripts author: Miroslav Safr <miroslav.safr@gmail.com> web: http://safrm.net/projects/gr-scripts description: let monkey work to be done by monkies :) all scipts support subdirectory hierarchy <my-dir>/<my-project-group>/<git-clone> content: gr-authorcheck ..... search for inappropriate commits gr-branches ........ shows branches in subdirectories gr-changes ......... combined changelog view between more components gr-clean ........... cleans up git clones in subdirectories gr-commits2tag ..... show commits from last tag divided to head,local,remote gr-gr .............. general recussive script gr-initbare ........ initialize git bare repo, makes first commit and tag 0.0.0 gr-pull ............ pulls all and keeps local chanegs in subdirectories gr-pullreset ....... pulls all and resets local changes in subdirectories gr-remotes ......... shows remote branches in subdirectories gr-show ............ shows local tags versus current remote situation in subdirectories gr-showlocal ....... shows local tags and if it was edited in subdirectories gr-tags ............ shows tags gr-update .......... do basic remote update install.sh ......... executes installation to /urs/local/bin directory Examples: current release contents: gr-tags <PROJ_DIR> -v -ns -d 2 -c -hm "these changes are in last release:" next release contents: gr-commits2tag <PROJ_DIR> -or -ns -mc 50 -hm "these changes will be in next release:"