Skip to content

Rename Array Operations :Creation ,Traversal ,Insertion.java to Array…#1

Merged
Farooquekk merged 1 commit intomainfrom
Farooquekk-patch-1
Sep 22, 2024
Merged

Rename Array Operations :Creation ,Traversal ,Insertion.java to Array…#1
Farooquekk merged 1 commit intomainfrom
Farooquekk-patch-1

Conversation

@Farooquekk
Copy link
Copy Markdown
Owner


Title: Rename invalid file paths to be compatible with Windows systems

Description:

This pull request addresses an issue with file paths that contain characters not supported by Windows, specifically the colon (:) in the following file:

  • Array Operations : Creation, Traversal, Insertion.java

Changes Made:

  • Renamed the file Array Operations : Creation, Traversal, Insertion.java to Array Operations - Creation, Traversal, Insertion.java.
  • This change ensures that users on Windows can successfully clone and checkout the repository without encountering path-related errors such as:
    error: invalid path 'Arrays/Array Operations : Creation, Traversal, Insertion.java'
    fatal: unable to checkout working tree
    

Why this is needed:

  • Windows does not allow certain characters like the colon (:) in file or directory names, which causes errors when attempting to clone or work with the repository on Windows-based systems.
  • This change will improve cross-platform compatibility for users on Windows.

Impact:

  • There are no code changes in this pull request, only the renaming of files for compatibility. All functionality remains the same.

… Operations Creation ,Traversal ,Insertion.java
@Farooquekk Farooquekk closed this Sep 22, 2024
@Farooquekk Farooquekk reopened this Sep 22, 2024
@Farooquekk Farooquekk merged commit 6c4320f into main Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant