Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git and Github

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Git and Github

More Decks by Juan Guillermo Gómez Torres

Other Decks in Technology

Transcript

  1. Comandos Básicos ➢ git config --global user.name “jggomez” ➢ git

    config --global user.email “juan.gomez@” ➢ git init ➢ git add ➢ git commit ➢ git log ➢ git status ➢ git checkout ➢ git reset
  2. Ramas o Branch ➢ git branch ➢ git checkout ➢

    git merge ➢ git log --oneline --graph --all ➢ git config --global alias.grafolog 'log --oneline --graph --all' ➢ git branch -d RAMA