Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEAD 2021-07-01: git_basics

My first commit My second commit

git basics

_ 'git init ': initialize git repository in current working directory _ 'git status;: gives you the status _ 'git log' : gives log status

_ 'git checkout ': 'restore to version in '

_Use git status to help you find the commands to unstage or restore file> _ if you run 'git checkout without the _You can fix this by running 'git checkout main'

remotes

-' ssh-keygen

  • 'git remote add ' : adds the URL
  • 'git push origin main': push to main branch to the origin remote
  • 'git pull origin main': push to main branch to the origin remote

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages