Skip to content

cf98/demo-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Demo

Some text here!

Some notes

git status shows the file that has been changed. The same output will also show the untracked files. Like the index.html we just added.

We can use git add to add this. Or use git add . to track everything in current directory.

git committ save things locally. -m to show title, add another -m to add decription. git push will have it pushed to remote host.

the public key "testkey.pub" is the one you put on github.

It's important that everytime you need to git add before git commit.

ssh key

First set up the config according to this website. Then use the command to add it.

ssh-add --apple-use-keychain testkey

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published