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

add info on hiding deleted branches in IDE #4777

Merged
merged 15 commits into from
Jan 30, 2024
Merged

Conversation

mirnawong1
Copy link
Contributor

this pr adds missing info on whether you can hide deleted branches in the IDE and how to do this.

this is prompted by slack convo

this pr adds missing info on whether you can hide deleted branches in the IDE and how to do this.

this is prompted by [slack convo](https://getdbt.slack.com/archives/C03SAHKKG2Z/p1705915752893289?thread_ts=1705909300.509169&cid=C03SAHKKG2Z)
@mirnawong1 mirnawong1 requested a review from a team as a code owner January 22, 2024 10:04
Copy link

vercel bot commented Jan 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 10:10am

@github-actions github-actions bot added content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: x-small This change will take under 3 hours to fix. labels Jan 22, 2024
@github-actions github-actions bot added size: small This change will take 1 to 2 days to address and removed size: x-small This change will take under 3 hours to fix. labels Jan 23, 2024
- **Version Control Options menu —** Below the Git Actions button, the **Changes** section, which lists all file changes since the last commit. You can click on a change to open the Git Diff View to see the inline changes. You can also right-click any file and use the file-specific options in the Version Control Options menu.
3. **Version Control —** This menu contains all git-related elements, including the Git actions button. The button updates relevant actions based on your editor's state, such as prompting to pull remote changes, commit and sync when reverted commit changes are present, or creating a merge/pull request when appropriate.
- The dropdown menu on the Git actions button allows users to revert changes, refresh Git state, create merge/pull requests, and change branches.
- Keep in mind, although you can't delete branches from the remote branches directly using this menu, you can [reclone your repository](/docs/cloud/dbt-cloud-ide/ide-user-interface#modals-and-menus). Doing this will hide deleted branches from the **Change Branch** list.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not really hiding them. recloning will delete the branches locally and then get all the remote branches which no longer has the ones you have deleted.

perhaps:

Although you can't delete local branches in the IDE using this menu, you can reclone your repository which will delete all local branches and resync with all existing remote branches.

@mirnawong1
Copy link
Contributor Author

hey @StefanDBTLabs thank you again! can you rereview please?

@mirnawong1 mirnawong1 merged commit fe094c4 into current Jan 30, 2024
7 checks passed
@mirnawong1 mirnawong1 deleted the mirnawong1-patch-12 branch January 30, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs January-2024 size: small This change will take 1 to 2 days to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants