DEV Community

Discussion on: How I got Linus Torvalds in my contributors on GitHub

Collapse
 
martiliones profile image
martiliones • Edited

What exactly could you not do? Enter git log, you should see something like Author: Name <email@example.com>

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
martiliones profile image
martiliones

you first need to change something in your project and register changed files to create a commit, using git add ., then you can enter command from article and "push" changes with git push -u origin master command. Hope I helped you :)