Skip to content

nyu-software-engineering/check-git-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Check Git/GitHub Config

This respository is intended to be used to check a contributor's git/GitHub username configuration to ensure that they match. Matching usernames are necessary for ensuring a given contributor's work is tracked correctly.

Intended use

This repository is intended to be used with the feature branch workflow:

  1. Clone this repository.
  2. Create a new branch.
  3. Make a few commits to the branch... the changes made in each commit are not important.
  4. Push the new branch to GitHub.
  5. Open and approve a pull request so that your feature branch is merged into the main/master branch.

You will receive an automated email showing the usernames detected for the commits as well as the pull requests. Ensure that these usernames match. If they do not, fix the problem and try again.

  • commit usernames come from the git configuration.
  • pull request usernames come from your GitHub account and profile settings.

About

Self-serve check of git/github username.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published