https://github.com/mixelpixel/github-contribution-graph
Procedural documentation for getting commits reflected in your GitHub profile Contribution Graph
https://github.com/mixelpixel/github-contribution-graph
Last synced: 4 months ago
JSON representation
Procedural documentation for getting commits reflected in your GitHub profile Contribution Graph
- Host: GitHub
- URL: https://github.com/mixelpixel/github-contribution-graph
- Owner: mixelpixel
- Created: 2018-02-28T05:40:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T05:49:13.000Z (over 8 years ago)
- Last Synced: 2025-05-20T05:09:33.227Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Contribution Graph

## 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.



2. Add the new empty repo as a new remote to your local git repository.
```console
$ 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)
```
3. Push the project to the new repo.
```console
$ 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
```

4. Optionally, delete the old GitHub repo.


[](https://youtu.be/siwpn14IE7E)
