-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions / Answers from ops members #93
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Question DetailsQ: should we properly categorize our branches? my mentor says it might be a good idea to incorporate common practice branch grouping bugfix/no_destination_for_href
feature/adding_picture_of_a_cute_puppy
release/cute_puppy_update_for_better_retention
hotfix/corrupt_image_breaks_the_site_fix for example: git checkout -b feature/36-add-new-iam-user-drakeredwind01
instead of
git checkout -b 36-add-new-iam-user-drakeredwind01 doing this would make finding specific branches much easier as each prefaced catagory would show as another folder with all concerning branches within. HFLA
├───bugfix
│ ├───css_is_broken_on_home_page
│ └───no_destination_for_href
├───feature
│ └───adding_picture_of_a_cute_puppy
├───release
│ └───cute_puppy_update_for_better_retention
├───hotfix
│ └───corrupt_image_breaks_the_site_fix
├───iam_users
│ └───every_thing_is_on_on_fire_help
└───admin
└───sigh can also add features such as admin, iam_users, etc.
|
Dependency
Overview
If you have questions, put them in this issue so that we can answer them and keep the info around permanently (adding it to wiki, etc.)
Action Items
>
character to create a blockquote. Indicate if you think the question and answer should be added to the wikiready for CoP lead
Resources/Instructions
The text was updated successfully, but these errors were encountered: