Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.31 KB

gitignore

A collection of useful .gitignore templates

Geting started:

The new github EMAIL Policy & "Push rejected: Push master to origin/master was rejected by remote"

Account->Setting->Emails: If Block command line pushes that expose my email is CHECKED than:

On Top of the page you will see somthing like that: [[email protected]] [Primary Not visible in emails] [Receives notifications]

When you moved you mouse on the [Primary Not visible in emails] you will find your email: should look like [email protected] [[email protected]]

git commit --amend --author 'FirstName LastName <[email protected]>' --no-edit
git commit --amend --reset-author
git config user.email [email protected]
git config --global user.email [email protected]

Insperation & References:

License

This repository contains a variety of content; some developed by Limitless Virtue LLC and Shmuel Maruani, and some from third-parties. The third-party content is distributed under the license provided by those parties. The content developed by Shmuel Maruani is distributed under MIT License - see the LICENSE file for details.