Skip to content
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

Updated projects url #1680

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open

Updated projects url #1680

wants to merge 45 commits into from

Conversation

NyuydineBill
Copy link
Contributor

#Updated repo url in index file

Description

This pull request updates the repository URL in the index file to ensure that users have access to the latest version of the codebase. The motivation behind this change is to facilitate easier navigation for developers and maintainers, as well as to prevent confusion caused by outdated links. This change does not introduce any new dependencies; it simply corrects the reference to the repository.

Related Issue(s)

This PR addresses issue #1596

@NyuydineBill NyuydineBill requested a review from a team as a code owner December 30, 2024 19:33
@mojafa
Copy link
Collaborator

mojafa commented Jan 7, 2025

@NyuydineBill you need to sign your commit with git commit --amend -s --no-edit && git push -f as it fails DCO checks

Signed-off-by: NyuydineBill <[email protected]>
AkashJana18 and others added 20 commits January 7, 2025 13:57
Signed-off-by: Shubham Singodiya <[email protected]>
Signed-off-by: Diksha Sharma <[email protected]>
Signed-off-by: Arsh Tiwari <[email protected]>
Ankur2606 and others added 17 commits January 7, 2025 13:57
Signed-off-by: Bhavya Pratap Singh Tomar <[email protected]>
Signed-off-by: Anwesha Das <[email protected]>
Signed-off-by: NyuydineBill <[email protected]>
@NyuydineBill
Copy link
Contributor Author

@NyuydineBill you need to sign your commit with git commit --amend -s --no-edit && git push -f as it fails DCO checks

@mojafa Thanks I just did that now
However, the check is failing but I have this:

commit 37474a0 (HEAD -> main, origin/main, origin/HEAD)
Author: NyuydineBill [email protected]
Date: Tue Jan 7 14:04:50 2025 +0100

Updated the repo url

Signed-off-by: NyuydineBill <[email protected]>

@mojafa
Copy link
Collaborator

mojafa commented Jan 7, 2025

@NyuydineBill how about you try this:

  • Verify your Git config
    Make sure your local Git config matches the information you want in your commits. Run:
git config user.name
git config user.email

The output should be :

git config user.name "NyuydineBill"
git config user.email "[email protected]"

Amend the last commit and sign off
git commit --amend --author="NyuydineBill <[email protected]>" --no-edit

Then add the sign-off properly:

git commit --amend -s --no-edit

After amending, push the commit with:
git push -f origin main

Signed-off-by: NyuydineBill <[email protected]>
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.