Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GitAlias/gitalias
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kimicla/gitalias
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 11, 2024

  1. Add tag-push.

    kimicla committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1244e3d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Configuration menu
    Copy the full SHA
    8f8b078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6231b48 View commit details
    Browse the repository at this point in the history
  3. fix(jira): bad config

    kimicla committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    31cd224 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd0331e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    30955fd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Configuration menu
    Copy the full SHA
    775f5de View commit details
    Browse the repository at this point in the history
  2. feat(gitalias): Enhance Git alias setup and branch management

    - Improve `setup` alias to check and optionally reset topic base branch and Jira prefix
    - Update `topic-base-branch` to handle main/master branch detection
    - Enhance `jira` alias with input validation and improved branch name formatting
    - Add input validation and error handling to `topic-end` alias
    - Introduce new `topic-list` alias to list local and remote topic branches
    kimicla committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    84b362b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from kimicla/feature/#33-test-git-alias

    feat(gitalias): Enhance Git alias setup and branch management
    kimicla authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    8818f60 View commit details
    Browse the repository at this point in the history
  4. refactor(gitalias): Remove deprecated Jira and tag-push aliases

    - Remove `tag-push` alias for pushing tags
    - Remove `jira` and `jira-rebase` aliases that were previously used for branch management
    - Clean up unused custom Git alias functions
    kimicla committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    a208d71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17d44ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3633bfb View commit details
    Browse the repository at this point in the history
  7. Merge branch 'GitAlias-main'

    kimicla committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    6b081c3 View commit details
    Browse the repository at this point in the history
  8. feat(gitalias): Add comprehensive Git alias shortcuts and utilities

    - Expand kimi.gitalias.ini with new aliases for common Git operations
    - Update README.md with detailed documentation of new aliases
    - Add shortcuts for basic commands, status, reset, sync, and log operations
    - Introduce utility commands like snapshot and panic backup
    kimicla committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    054c117 View commit details
    Browse the repository at this point in the history
  9. docs(workflow): Create comprehensive Git workflow guide

    - Add WORKFLOW.md with detailed Git alias usage instructions
    - Include sections on daily workflow, code review process, and best practices
    - Provide quick reference for common Git operations and commands
    - Document commit message format and workflow guidelines
    kimicla committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    546397d View commit details
    Browse the repository at this point in the history
  10. docs(README): Enhance documentation with structured overview and quic…

    …k start guide
    
    - Reorganize README with emoji-based sections for better readability
    - Add quick start section with most frequently used commands
    - Improve navigation and highlight key workflow features
    - Link to new WORKFLOW.md for comprehensive documentation
    - Maintain existing alias documentation with clearer categorization
    kimicla committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    67afed6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. docs(readme): update installation instructions and documentation stru…

    …cture
    
    - Add detailed installation guide with two methods (curl and git clone)
    - Reorganize documentation sections for better readability
    - Include note about configuration file naming flexibility
    - Provide clear installation and verification steps
    - Maintain existing quick start and alias documentation
    kimicla committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    2bc8f16 View commit details
    Browse the repository at this point in the history
  2. docs(readme): improve cross-platform installation instructions

    - Add Windows-specific installation steps for Command Prompt and PowerShell
    - Clarify configuration file placement for different operating systems
    - Maintain consistent guidance for Unix/Linux/macOS users
    - Simplify Git configuration command for global include path
    kimicla committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    b9d465f View commit details
    Browse the repository at this point in the history
Loading