Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navjotsinghprince authored Jan 30, 2024
1 parent 125f41d commit ad1ae7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ git branch -D main #Delete the branch
git branch -m main #Rename the current branch to main
git push -f origin main #Finally,force update

#Override All Commit Messages
git filter-branch --msg-filter 'echo "navjotsinghprince.com"' HEAD
git push origin master --force
```


Expand Down

0 comments on commit ad1ae7a

Please sign in to comment.