-
Notifications
You must be signed in to change notification settings - Fork 1
Changement sur l'historique git, mais rien dans le code #1
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
SimonIsCoding
wants to merge
223
commits into
pauldahacker:main
Choose a base branch
from
SimonIsCoding: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
…anger avant le correction
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.
Hello,
J'ai fait un changement sur l'historique git. A chaque commit, le username + adresse mail perso est divulguee. J'ai decouvert qu'on pouvait la rendre private via les settings de git. Or cela ne s'applique pas pour les repos deja committés/pushés. Donc j'ai voulu changer. Or vu que tu es le createur du repo, je ne peux pas la changer moi-meme. Je dois ouvrir un pull request pour que tu acceptes les changements, que tu dois ensuite valider.
En gros voici un commit que j'aimerais changer:
Avant:
commit 043610e
Author: SimArchXX monadresse@mail.perso
Commit: SimArchXX monadresse@mail.perso
test for new branch
Apres:
commit 3cbab27
Author: simonIsCoding 108285719+simonIsCoding@users.noreply.github.com
Commit: simonIsCoding 108285719+simonIsCoding@users.noreply.github.com
test for new branch
Pour voir si les changements s'appliquent, dans le terminal tu peux executer la commande: git log pretty=full
Ainsi tu pourras voir si mon adresse mail personelle et/ou mon ancien username GH son montrés. J'aimerais ne pas les montrer car je prefere garder ca privé.
Le truc c'est que je pense que si tu acceptes la pull request, alors il y aura les deux changements ensemble alors que j'aimerais que le changement reecrives sur le precedent. Sinon on pourra tjrs voir mes infos personnelles.
Pareil faut checker avec la commande: git log pretty=full
Et si jamais ca marche pas alors je peux te donner un script a lancer dans le terminal et ensuite normalement il n'y aura rien d'autre a faire.
Cimer mgl