Linux.git

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen

"git push" to github

  • Es ist komplex, hier in aller Kürze
on github: enable 2 Factor Autentification 
local: generate a key
ssh-keygen -t ed25519 -C "andreas.filsinger@orgamon.org"
on github: store the .pub Key in github
local: login in github
 ssh -T git@github.com
say "yes"
change the origin of the git
git remote set-url origin git@github.com:Andreas-Filsinger/Polyzalos.git