Tips and tricks
Modify the Commit Author of the Last Commit
Posted on May 23 2025 / in WordPress
Specifically for this error: remote: GitLab: Your git author name is inconsistent with GitLab account name
Use this git command:
git commit --amend --author="{{YOUR_NAME}} <{{YOUR_EMAIL}}>" --no-edit
To check the last commits, maybe one of the commits is the culprit:
git log -n 5
How to start a React Native APP for Development ( After initial install )
Have a External .git Folder outside your main directory
Recent Comments
- admin on Disable Windows 11 Autoupdate
- Christina on Disable Windows 11 Autoupdate
- admin on Vimeo Thumbnail Generator
- Robert Moeck on Vimeo Thumbnail Generator
- Rainer on Vimeo Thumbnail Generator