Skip to content

fremix/youtube-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Comandos útiles de Git

  1. git init
  2. git add .
  3. git reset .
  4. git commit
  5. git checkout -- .
  6. git log
  7. git commit --amend
  8. git checkout -b rama-heroes
  9. git checkout master
  10. git branch -d rama-heroes
  11. git push
  12. git commit -am

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors