Skip to content

luridev/hi-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hi, GitHub!

Experiments with git:

  • Create a new repository
  • Write this readme
  • Install git
  • Create SSH key and add SSH key to GitHub
    ssh-keygen -t ed25519 -C 'my@email'
    eval "$(ssh-agent -s)"
    ssh-add ~/.ssh/id_ed25519
    
  • Clone repository
    git clone git@github.com:luridev/hi-github.git
    
  • Update README.md
  • Add this file to staging area
    git add 'README.md'
    
  • Commit and push
    git commit -m 'Update README.md from git'
    git push
    

About

Experiments with git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published