Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itnelo/git-master-merge-script
Helpful tool for merging code from dev to master branch with auto excluding dev-only dirs/files
https://github.com/itnelo/git-master-merge-script
Last synced: about 2 months ago
JSON representation
Helpful tool for merging code from dev to master branch with auto excluding dev-only dirs/files
- Host: GitHub
- URL: https://github.com/itnelo/git-master-merge-script
- Owner: itnelo
- License: apache-2.0
- Created: 2015-04-24T12:47:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T13:07:49.000Z (over 9 years ago)
- Last Synced: 2024-10-13T12:45:02.536Z (3 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-master-merge-script
=====================Use for merge something into master branch from another branch with AUTO EXCLUDING dirs and files from .mergeignore list
/path/to/master_merge.sh {BRANCH_NAME}
Example:
./master_merge.sh dev