Git Product home page Git Product logo

Comments (13)

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

You also need to set your email address, since otherwise commits wont be yours. You can use your no reply and that will work

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

You should also learn to GPG sign your git commits to prove it is you

from test.

slashtechno avatar slashtechno commented on July 19, 2024

Hey @CleanMachine1, How do I set no-reply?

https://github.com/slashtechno.keys

Is this a security risk? Can someone edit my repos with that?

Sorry if it kept spamming you that I created a new repo btw

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

Nope, perfectly fine!
They are public keys, if you run cat ~.ssh/yourkey.pub you will see the same thing
Heres mine https://github.com/CleanMachine1.keys

And heres is Linus Torvalds https://github.com/Torvalds.keys

NEVER SHARE THE PRIVATE KEY!!! its the thing that identifies you, treat it like a password to your github

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

To set up private email thing.
Go here https://github.com/settings/emails then private your email so webbased commits don't reveal your email, then copy the githubnoreply then in a terminal run the following commands

git config --global user.email [email protected]
then
git config --global user.name slashtechno

Also consider setting up GPG signatures to prove that commits from you are ACTUALLY from you

https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification/generating-a-new-gpg-key
it will take you 20 mins max, and it will give you a beautiful signed green tick on all commits
if you do that make sure to run the following command to autosign all commits
git config --global commit.gpgsign true

from test.

slashtechno avatar slashtechno commented on July 19, 2024

@CleanMachine1 Thank you so much. Also, like my octocat?

I am trying to implement a git push feature in this repo.

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

I don't really see the point of the repo, what does it do?

And for your profile picture, https://duckduckgo.com/?q=im+blue

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

Do you plan on learning to GPG?

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

Also feel free to contact me at gitter rather than a random test repo :)

from test.

slashtechno avatar slashtechno commented on July 19, 2024

@CleanMachine1 The point of the repo is to simplify pushing code (websites specifically) to a remote server. I made the program after I wanted to deploy a website to my Raspberry Pi running Apache. A couple days ago I added git push to. As for GPG signing, I am not sure yet

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

Ok, still don't really know what it does 😄
And as for GPG signing, there is no reason not to

from test.

slashtechno avatar slashtechno commented on July 19, 2024

@CleanMachine1 I'm learning how to use GPG, and have set up commit signing.
Commit d9adadf is signed
image

from test.

CleanMachine1 avatar CleanMachine1 commented on July 19, 2024

Cool!

from test.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.