Skip to content

mixelpixel/GitHub-Contribution-Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

GitHub Contribution Graph

Heat Map Example

If you'd like your work to count on your GitHub contribution graph, do the following:

  1. Create a new empty repository with the name of the project. If you want it to match, rename or delete your GitHub repo. Don't worry, your local copy will be safe.

Select "NEW repository" CREATE the new repository COPY the new repository's URL

  1. Add the new empty repo as a new remote to your local git repository.
$  git remote -v
   origin  https://github.com/LambdaSchool-PairStudentA/Preprocessing-I.git (fetch)
   origin  https://github.com/LambdaSchool-PairStudentA/Preprocessing-I.git (push)
$  git remote set-url origin https://github.com/mixelpixel/Preprocessing-I.git
$  git remote -v
   origin  https://github.com/mixelpixel/Preprocessing-I.git (fetch)
   origin  https://github.com/mixelpixel/Preprocessing-I.git (push)
  1. Push the project to the new repo.
$  git push
   Counting objects: 111, done.
   Delta compression using up to 4 threads.
   Compressing objects: 100% (77/77), done.
   Writing objects: 100% (111/111), 594.93 KiB | 45.76 MiB/s, done.
   Total 111 (delta 27), reused 111 (delta 27)
   remote: Resolving deltas: 100% (27/27), done.
   To https://github.com/mixelpixel/Preprocessing-I.git
   * [new branch]      master -> master

Local repository pushed to StudentB's GitHub repository

  1. Optionally, delete the old GitHub repo.

Select the SETTINGS tab

SCROLL down to the DANGER ZONE

DELETE this repository

Enter the PROJECT name and press the BIG RED BUTTON

About

Procedural documentation for getting commits reflected in your GitHub profile Contribution Graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors