Skip to content

101sam/gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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: [example@example.com] [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 +@users.noreply.github.com [123456+abcdef@users.noreply.github.com]

git commit --amend --author 'FirstName LastName <123456+abcdef@users.noreply.github.com>' --no-edit
git commit --amend --reset-author
git config user.email 123456+abcdef@users.noreply.github.com
git config --global user.email 123456+abcdef@users.noreply.github.com

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.

About

A collection of useful .gitignore templates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published