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: ragav-ea/code-with-codespaces
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: skills/code-with-codespaces
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.
  • 13 commits
  • 11 files changed
  • 10 contributors

Commits on Aug 8, 2023

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

Commits on Aug 18, 2023

  1. Update README.md

    update discussions link
    cmwilson21 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b08cdd9 View commit details
    Browse the repository at this point in the history
  2. Update X-finish.md

    updated discussions link
    cmwilson21 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c542a0b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Bump actions/checkout from 3 to 4 (skills#35)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9e84b21 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Mar 25, 2024

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

Commits on Apr 12, 2024

  1. Fix regexp escaping (skills#77)

    Escape `.` to `\\.`
    sinsukehlab authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5a55e0b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Replacing 'create' trigger for 'push' in Step 0 (skills#86)

    * Replacing 'create' trigger for 'push'
    
    The 'create' trigger does not get picked up once you create a repository from a template. Instead, the 'push' trigger should be used here for this purpose.
    
    * Adding main branch filter for trigger
    RelicCornhusk authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9ac889a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    1fb363a View commit details
    Browse the repository at this point in the history
  2. Create an alias for the sl command (skills#83)

    so that the animation runs as intended when mistyping 'ls' - it's more fun that way :-)
    AvanBerne authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1f411fd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 15, 2024

  1. Fixing 'command not found' error: Step 4 (skills#106)

    * fixing path file
    
    * Update .github/steps/4-personalize-codespace.md
    
    Co-authored-by: Shinsuke Higashiyama aka Cinzeng Zia <[email protected]>
    
    ---------
    
    Co-authored-by: Hector Alfaro <[email protected]>
    Co-authored-by: Shinsuke Higashiyama aka Cinzeng Zia <[email protected]>
    3 people authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    680bcfb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Update 2-custom-image.md (skills#115)

    Typo fixed
    jhonatanparada499 authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a7b3369 View commit details
    Browse the repository at this point in the history
Loading