Skip to content
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

Remove outdated branch #149

Closed
taylor-wu96 opened this issue Nov 13, 2023 · 0 comments
Closed

Remove outdated branch #149

taylor-wu96 opened this issue Nov 13, 2023 · 0 comments
Assignees

Comments

@taylor-wu96
Copy link
Contributor

taylor-wu96 commented Nov 13, 2023

removing all outdated branches

command I use

git branch -r | grep -v HEAD | while read b; do git log --color --format="%ci _%C(magenta)%cr %C(bold cyan)$b%Creset %s %C(bold blue)<%an>%Creset" $b | head -n 1; done | sort -r | cut -d_ -f2- | sed 's;origin/;;g' | head -100

reference: link

history of all branches

3 days ago taylor/docs-fix-typo fix: the typo in documentation <a0716116z>
11 days ago develop Merge pull request #146 from SurveyMoonBear/diagram-redrawing <Taylor Wu>
11 days ago diagram-redrawing docs: change the diagram and fix the arrow direction <a0716116z>
13 days ago dashboard-soa customize visualization dashboard for soa class <Hsuan>
4 weeks ago image-localize chore: change the incorrect naming conventions in mdfiles and png <a0716116z>
5 weeks ago document-merge chore: change test migrate statment and change words in document <a0716116z>
6 weeks ago develop_ruby fix: naming convention for create_response_entities_arr <a0716116z>
6 weeks ago master Merge pull request #143 from SurveyMoonBear/develop_ruby <Taylor Wu>
7 weeks ago doc-fix-taylor doc add the spredsheet and new redirect url on develop <a0716116z>
5 months ago add_feature_in_Survey fix:eval bug <ruby2800>
6 months ago Random_feature_in_study feature/generate random survey <ruby2800>
6 months ago add_learning_analytics fix: my report data <emily>
7 months ago add_ta style: responsive style fix <emily>
7 months ago fix_text_score_error style: add visual pop up in learning analytic <emily>
7 months ago doc-fix-jerry doc: add install redis instruction for dev <jerryho>
7 months ago doc-fix-tiffany some notice for login process <Hsuan>
7 months ago dependabot/bundler/nokogiri-1.14.3 build(deps): bump nokogiri from 1.13.6 to 1.14.3 <dependabot[bot]>
8 months ago dependabot/bundler/rack-2.2.6.4 build(deps): bump rack from 2.2.3.1 to 2.2.6.4 <dependabot[bot]>
8 months ago dependabot/bundler/activesupport-7.0.4.3 build(deps): bump activesupport from 7.0.3 to 7.0.4.3 <dependabot[bot]>
8 months ago emily1129-patch Update README.md <Emily Liu>
8 months ago dependabot/bundler/rack-2.2.6.3 build(deps): bump rack from 2.2.3.1 to 2.2.6.3 <dependabot[bot]>
10 months ago dependabot/bundler/activesupport-7.0.4.1 build(deps): bump activesupport from 7.0.3 to 7.0.4.1 <dependabot[bot]>
10 months ago dependabot/bundler/activerecord-7.0.4.1 build(deps): bump activerecord from 7.0.3 to 7.0.4.1 <dependabot[bot]>
1 year ago display_score refactor: get access token from current account <emily>
1 year, 1 month ago dependabot/bundler/nokogiri-1.13.9 build(deps): bump nokogiri from 1.13.6 to 1.13.9 <dependabot[bot]>
1 year, 5 months ago wip/riley/fix fix: submit btn and worker side effect <chinyakao>
1 year, 5 months ago recreate_scheduler fix: recreate scheduler <chinyakao>
1 year, 5 months ago viz_test feat: modified secrets example <ShellyChaoo>
1 year, 5 months ago visualization feat: visual report redis meta data & update <ShellyChaoo>
1 year, 5 months ago doc Update question_type.md <chinyakao>
1 year, 6 months ago test_time feat: add log for measuring the time <ShellyChaoo>
4 years, 7 months ago 0429-timerecord Add BOM to csv_string for the problem of Chinese in Excel <ShellyHsueh>
4 years, 7 months ago 0407-random Fix random bugs for previous surveys <ShellyHsueh>
4 years, 7 months ago 0406-csv_dev Fix worker to fit different DB requirements <ShellyHsueh>
4 years, 8 months ago 0211-dev Fix submit button ui problem <ShellyHsueh>
5 years ago 20181109-refactor_services Re-organize service files; Fix some bugs of services <ShellyHsueh>
5 years ago db_optimize Fix not-null constraint bugs <LetitiaShe>

instructions

git push origin –d remove-branch

Closed Branches

11 days ago diagram-redrawing docs: change the diagram and fix the arrow direction <a0716116z>
4 weeks ago image-localize chore: change the incorrect naming conventions in mdfiles and png <a0716116z>
5 weeks ago document-merge chore: change test migrate statment and change words in document <a0716116z>
6 weeks ago develop_ruby fix: naming convention for create_response_entities_arr <a0716116z>
7 weeks ago doc-fix-taylor doc add the spredsheet and new redirect url on develop <a0716116z>
7 months ago doc-fix-jerry doc: add install redis instruction for dev <jerryho>
7 months ago doc-fix-tiffany some notice for login process <Hsuan>
4 years, 7 months ago 0429-timerecord Add BOM to csv_string for the problem of Chinese in Excel <ShellyHsueh>
4 years, 7 months ago 0407-random Fix random bugs for previous surveys <ShellyHsueh>
4 years, 7 months ago 0406-csv_dev Fix worker to fit different DB requirements <ShellyHsueh>
4 years, 8 months ago 0211-dev Fix submit button ui problem <ShellyHsueh>
5 years ago 20181109-refactor_services Re-organize service files; Fix some bugs of services <ShellyHsueh>
5 years ago db_optimize Fix not-nul
@taylor-wu96 taylor-wu96 self-assigned this Nov 13, 2023
@taylor-wu96 taylor-wu96 pinned this issue Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant