https://github.com/redhataccess/redhat_access_angular_ui_common
UQL.
https://github.com/redhataccess/redhat_access_angular_ui_common
Last synced: 3 months ago
JSON representation
UQL.
- Host: GitHub
- URL: https://github.com/redhataccess/redhat_access_angular_ui_common
- Owner: redhataccess
- License: apache-2.0
- Created: 2015-07-19T21:34:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T12:59:05.000Z (about 10 years ago)
- Last Synced: 2026-02-01T13:44:23.899Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Contributing
Fork the main repo and work in your forked repo only. It is best to create a new branch for each change or set of changes you will make.
git checkout -b
This project currently requires building the distribution locally and pushing that as well
grunt build
In your current branch go ahead and commit your changes and verify the changes you are committing/pushing are only the ones you want
git status / git diff
git commit -a -m "message"
Then before pushing your remote branch always rebase to upstream master
git fetch upstream
git checkout master
git rebase upstream/master
git checkout
git rebase master
Then verify that everything is still working as you expect it to, test in the browser, then push your remote branch
git push origin
Go into github now and create the merge request.
Once merged set the JIRA to ON_DEV (if inprogress click commit)