-
-
Notifications
You must be signed in to change notification settings - Fork 446
Enhance PowerShell Profile: Multi-line Commit Support & Minor Improvements #168
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
Open
the-sudipta
wants to merge
16
commits into
ChrisTitusTech:main
Choose a base branch
from
the-sudipta:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uploading my own terminal functions like add, del, move. Removing zoxide.
Uploading 3 functions. 1. Show Hidden Folders 2. Hide Folders/Files 3. Unhide Folders/Files
Changes made in ls-hidden function
This is for testing git SSH only
Uploading Aliases for Github Copilot
Uploading 2 Functions to get all the installed items in the PC
Uploading Some terminal Functionss
Uploading Show-Tree function that can show the files and folders in a tree structure.
Uploading new function called write-file FILE_NAME_HERE. Now user can open any file inside the sublimeText through this
Now this git-push function will show the Commit type's Description also
Implement a PowerShell script to download YouTube videos using yt-dlp, allowing users to specify the video URL and save location. Ensure proper error handling, progress display, and user-friendly prompts for a seamless downloading experience.
Improved PowerShell profile script to support clean, readable multi-line Git commit messages. This refactor enhances usability, reduces syntax errors, and provides better formatting when writing detailed commit descriptions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pull request introduces updates to the original PowerShell profile to enhance usability, maintainability, and support for multi-line commits in Git. The goal is to keep the core functionality intact while adding useful improvements for end-users.
Changes Made
Multi-line Commit Support
Key Binding Enhancements
Prompt & Display Improvements
Error Handling & Stability
Documentation & Comments
Testing
Motivation
These updates are intended to enhance daily productivity for developers using PowerShell by improving commit workflow and ensuring the profile is more resilient and easier to understand.
Notes for Review