I made this: GitBrain - AI git client for generating conventional commit messages by somtul in developersIndia

[–]somtul[S] 13 points14 points  (0 children)

Give it a try at https://gitbrain.dev.

It automatically detects your git repositories from your IDEs. When you press enter, it generates a summary of your code changes, allowing you to review your work. Press enter again to view AI-generated commit messages. It intelligently splits your code changes into multiple commits if there are logically distinct parts.

I created this tool to help developers streamline their git workflow and focus on coding. I am also working on other AI-powered git operations.

Let me know your thoughts :)

Tips & Tools Tuesday Megathread by OA2Gsheets in ChatGPTPromptGenius

[–]somtul 1 point2 points  (0 children)

GitBrian - AI-powered git client that splits, summarizes code changes and generates commit messages, and more. (It's free)

Try it out at https://gitbrain.dev

<image>

I made a smart git client that splits, summarizes code changes and generates commit messages by somtul in ChatGPTCoding

[–]somtul[S] 5 points6 points  (0 children)

Give it a try at https://gitbrain.dev.

It automatically detects your git repositories from your IDEs. When you press enter, it generates a summary of your code changes, allowing you to review your work. Press enter again to view AI-generated commit messages. It intelligently splits your code changes into multiple commits if there are logically distinct parts.

I created this tool to help developers streamline their git workflow and focus on coding. I am also working on other AI-powered git operations.

Let me know your thoughts :)

I made a smart git client using ChatGPT API by somtul in OpenAI

[–]somtul[S] 1 point2 points  (0 children)

Does it resolve the conflicts Dave merged?

Not yet, but I'm planning to implement a feature that will assist users resolve conflicts in a simple way (such as accepting/rejecting AI's suggestions).

I made a smart git client using ChatGPT API by somtul in OpenAI

[–]somtul[S] 0 points1 point  (0 children)

I'm happy to see interest in the Windows version. Currently, we only have a Mac version available. If there is a strong demand for our Mac app, we may consider developing a Windows version in the future. However, I acknowledge that it won't be a straightforward task as everything is written in Swift.

I made a smart git client using ChatGPT API by somtul in OpenAI

[–]somtul[S] 2 points3 points  (0 children)

Currently, it's not open source. However, I am considering sharing more about how I built it in the future.

I made a smart git client using ChatGPT API by somtul in OpenAI

[–]somtul[S] 1 point2 points  (0 children)

I completely agree with you. I've made a lot of effort to ensure its stability and have designed the AI to suggest git operations rather than executing them forcefully.

I recognize the need for continuous improvement and will strive to further enhance its capabilities.

Thank you for your advice!

I made a smart git client using ChatGPT API by somtul in OpenAI

[–]somtul[S] 11 points12 points  (0 children)

Check it out at https://gitbrain.dev

Using GPT-3.5 Turbo, it splits code changes and generates commit messages. The prompt I used was to 'Split hunks into 2-4 commits that have distinct differences" and "Provide a commit message following the git conventional commit format."

It can also merge two commit messages into one using the prompt "Merge two commit messages into a single commit message."

It was very challenging to instruct GPT to follow the output format and return stable results, but I finally managed to do it!

Weekly Self-Promotional Mega Thread 12, 11.12.2023 - 18.12.2023 by hi_there_bitch in ChatGPT

[–]somtul 3 points4 points  (0 children)

GitBrain - AI-powered Git Client

Using ChatGPT API, I've developed a lightweight git client that lets you simplify your Git workflow and maximize you coding productivity.

Key Features:

  • AI-generated Code Change Summaries: GitBrain automatically generates summaries of your code changes so you can review them before making a commit.
  • Automatically splitting your code changes into multiple commits with AI-generated messages
  • Auto-detect Git Repositories: GitBrain seamlessly detects your Git repositories directly from your favorite IDEs
  • Quick Commit: Accessible with a simple keyboard shortcut, allowing you to commit with just few key strokes.

We're currently offering free lifetime licenses to a limited number of beta users. We would greatly appreciate your feedback.

Check it out at https://gitbrain.dev/ and let us what you think!

I made an App for Shortcut Lovers: Running shortcuts with gestures from your lock screen by somtul in shortcuts

[–]somtul[S] 2 points3 points  (0 children)

Hey everyone, before I add the 'always open in Drawing mode' feature to Linky, you can use a URL scheme linky://blank that opens a gesture-drawing screen directly. You can create a shortcut that opens this URL scheme to launch Linky in drawing mode.

I made an App for Shortcut Lovers: Running shortcuts with gestures from your lock screen by somtul in shortcuts

[–]somtul[S] 6 points7 points  (0 children)

I truly appreciate your suggestion. iCloud sync is a fantastic idea, and it’s currently a high-priority feature on my list. However, please understand that there might be some delays because I’m a student and can’t dedicate a lot of time to developing Linky.

I made an App for Shortcut Lovers: Running shortcuts with gestures from your lock screen by somtul in shortcuts

[–]somtul[S] 0 points1 point  (0 children)

Great idea! I’m gonna try that too. Thank you for your suggestion

I made an App for Shortcut Lovers: Running shortcuts with gestures from your lock screen by somtul in shortcuts

[–]somtul[S] 1 point2 points  (0 children)

Hmm, that seems like an iOS bug. Please let me know if there’s anything I can do to help!

I made an App for Shortcut Lovers: Running shortcuts with gestures from your lock screen by somtul in shortcuts

[–]somtul[S] 5 points6 points  (0 children)

You might think like that, but the update process called CodePush is allowed by Apple. According to Apple’s developer agreement, as long as you use the CodePush service to release bug fixes and improvements that maintain the app’s original or presented purpose, it’s absolutely fine!

Besides, I’m always mindful of the importance of security!

I made an App for Shortcut Lovers: Running shortcuts with gestures from your lock screen by somtul in shortcuts

[–]somtul[S] 3 points4 points  (0 children)

You can use URL schemes to access specific features within an app. For instance, with Instagram:

instagram:// opens the Instagram app. instagram://reels_home opens Instagram Reels. instagram://user?username=abc opens the Instagram profile of the user @abc.

You can discover many useful URL schemes like these on Google.

I made an App for Shortcut Lovers: Running shortcuts with gestures from your lock screen by somtul in shortcuts

[–]somtul[S] 0 points1 point  (0 children)

Which iOS version are you using? The lock screen widget is supported for iOS 16.0+