Skip to content

Instantly share code, notes, and snippets.

@edsonv
Last active August 28, 2018 03:06
Show Gist options
  • Select an option

  • Save edsonv/e6f3361cd288cdaa53c8a56f20ea7836 to your computer and use it in GitHub Desktop.

Select an option

Save edsonv/e6f3361cd288cdaa53c8a56f20ea7836 to your computer and use it in GitHub Desktop.
Comandos comunes a usar en Git y Github
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