https://github.com/badetitou/commandlinepreparecontribtopharo
https://github.com/badetitou/commandlinepreparecontribtopharo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badetitou/commandlinepreparecontribtopharo
- Owner: badetitou
- License: mit
- Created: 2018-03-05T17:43:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T18:48:05.000Z (over 7 years ago)
- Last Synced: 2025-01-14T01:15:37.532Z (9 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commandLinePrepareContribToPharo
This script downloads the last Pharo7 image.
Then it updates your pharo repository.
And it adds to Iceberg (inside Pharo) the repository.
At the end it creates the branch for the new contribution.## How to use
`$ ./preparePharo.sh -t THE_ERROR_TAG -l PATH_TO_YOUR_PHARO_REPOSITORY`
## Example
`$ ./preparePharo.sh -t 20258_Fix_to_make_recursive_links_work -l /home/badetitou/git/pharo`