Last active
August 28, 2018 03:06
-
-
Save edsonv/e6f3361cd288cdaa53c8a56f20ea7836 to your computer and use it in GitHub Desktop.
Comandos comunes a usar en Git y Github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git status - checks the state of a repo | |
| git add - stages updates | |
| git commit - commits updates | |
| git checkout - switches branch | |
| git branch - lists existing branches | |
| git log - shows commit history | |
| git clone - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment