Skip to content

yong2khoo88/test-only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SSH Key

  • SSH Key is your unique identifier key for your PC
  • SSH Key is used to connect with other machines via SSH Connection

SSH Key Creation

Git Flow (first time)

git init echo "# testnow" >> README.md git add README.md git commit -m "first commit" git branch -m main //rename git remote add origin "origin-url" git push -u origin main

Git Flow (subsequently)

git add specific-file git commit -m "some commit" git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors